How to make sword system?

try removing player from

local leaderstats = Instance.new("Folder", player)

still no stats:
image
only my name

You need to capitalize the N

leaderstats.Name

not

leaderstats.name

1 Like
local leaderstats = Instance.new("Folder", player)
leaderstats.Name = "leaderstats"
1 Like

thank you very much! i wil ltry soon