So, I'm making a Flappy Bird game. How would I make a leaderboard were it will save your Hi-score, and it will have a high score everytime you beat your record. Also so the score you have now will go up each time you pass an obstacle, but if you hit it, it goes back to 0.
This is not a request site. Here, I'll give you a start.
--I will not give the rest of this script. game.Players.PlayerAdded:connect(function(p) local ls = Instance.new("StringValue",p) ls.Name = "leaderstats" end)
This is not a request site, this is a site to help you with a problem in your script that has already been made.
Closed as Not Constructive by AmericanStripes
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?