Adding Product
3
Paste and edit the config
local ProductConfig = {
AgeRestricted = true,
Cost = 2.99,
EAS = false,
-- If you use the percent-based Club Card mode:
-- enter the number without the % sign.
-- Example: 35% discount -> 35
ClubcardCost = 49,
-- Image displayed on the customer screen (not working right now)
ImageID = "rbxassetid://18132107620",
}
return ProductConfigLast updated