I am creating an obby game, and I want to award players a badge if they complete the game 10 times, which would, in turn, unlock a new game mode. I could easily use the badge to unlock the game mode, but I don’t know how to keep track of how many times a player completes the game. How would I do this?
1 Like
Well so in an obby you have a part that you touch when you completed it right? So just save it in a database and while the player is ingame in a value and then check if the amount of obby dones are bigger than or equal to 10
So when a player completes the obby, I increase a value by one?
How would I data store a value? I’m pretty new to datastore scripting…
2 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.