Hi! I’m trying to figure out what the best way to do level up rewards like lvl 1 unlocks a new island + a new item, that type of thing. Would it be best to add all the info into a module script in rep storage? Any thoughts? I have it set up like this in rep store at the moment. Also would it work if I directly did like gems =profile.data.player.gems += 100? Or is it better to just add the value, please let me know! Thanks you!
Level = {
[“1”]= {Coins = 100
Gems = 4
Item = wood
Island = “island2”}
}