Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-2

How to make a leaderboard? [closed] [closed]

Asked by 10 years ago

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.

0
This isn't a request site.. Shawnyg 4330 — 10y

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?

2 answers

Log in to vote
0
Answered by
M39a9am3R 3210 Moderation Voter Community Moderator
10 years ago

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)
Ad
Log in to vote
0
Answered by 10 years ago

This is not a request site, this is a site to help you with a problem in your script that has already been made.