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.