1
Q:

how to make a leaderstats script

function onPlayerEntered(newPlayer)
	wait(.5)
	local stats = Instance.new("IntValue")
	stats.Name = "leaderstats"

	local score = Instance.new("IntValue")
	
	score.Name = "Cash" -- Change "Cash" with Your Leaderstats Name
	score.Value = 0

	score.Parent = stats	
	stats.Parent = newPlayer
end

game.Players.ChildAdded:connect(onPlayerEntered)
--Made By Rigby#9052 on Discord
2

Tags

New to Communities?

Join the community