Create leaderboards

you will help or how to let me know

So will you help yes or no? Just say

change the name of leadestats so it wont show in the player list

game.Players.PlayerAdded:Connect(function(player)

local statsFolder = Instance.new('Folder')
statsFolder.Name = 'statsFolder' --it wont show bcuz its name isnt "leaderstats"
statsFolder.Parent = player

local coins = Instance.new('IntValue')
coins.Name = 'coins'
coins.Parent = statsFolder

end)

hello, please help me fix it, I made your script gives me an error

help me make a leaderboard I want to make sure that the coins are shown in leaderboards and not in leaderstats

what error does it return in the output?

Coins is not a valid member of Folder “Players.Lamino961.statsFolder” - Server - LeaderboardHandler:36

maybe you can try WaitForChild() or you just made a typo on ‘coins’

guys, help create leaderboards, please, I want it not to show in leaderstats, I want it to only be in leaderboards

Is this matter solved? If not I would like to help.