#leaderstats not working

13 messages · Page 1 of 1 (latest)

bold basalt
#

Is this script not right?

#
local player = game:GetService("Players").PlayerAdded

player:Connect(function(player)
    local leaderstats = Instance.new("Folder")
    leaderstats.Name = "leaderstats"
    leaderstats.Parent = player
    
    local Clicks = Instance.new("Folder")
    Clicks.Name = "Clicks"
    Clicks.Parent = player
end)
#

0 errors pop up, but it doesn't display any leaderstat

lofty dove
#

you have to parent clicks to the leaderstats

tepid shoreBOT
#

studio** You are now Level 26! **studio

bold basalt
#

even then it doesn't work

#

I tried player after, nth works

lofty dove
#

it has to be an int value

#

not a folder

bold basalt
#

I knew that

#

go away

#

im not dumb