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

Roblox leaderstats not working properly?

Asked by 4 years ago
Edited 4 years ago

I am trying to make leaderstats with this script but it's not showing up

game.Players.PlayerAdded:Connect(function(p)
    local ls = Instance.new("Folder",p)
    ls.Name="leaderstats"
    local cash = Instance.new("IntValue",ls)
    cash.Name="ruitgfde"
end)

Any help greatly appreciated.

0
Any errors in the output? Aztralzz 169 — 4y
0
Look here, this might help you: https://developer.roblox.com/en-us/articles/Leaderboards Aztralzz 169 — 4y
0
It shows up in the explorer but not on the actual game. CarroIlton 63 — 4y
0
Oh. Aztralzz 169 — 4y
View all comments (2 more)
0
Maybe try this link, hope it's close to your problem: https://devforum.roblox.com/t/how-to-fix-leaderboard-not-working/576455 Aztralzz 169 — 4y

Answer this question