ServerScriptService

 avatar
unknown
lua
10 months ago
188 B
6
Indexable
game.Players.PlayerAdded:Connect(function(player)
	local scoreValue = Instance.new("IntValue")
	scoreValue.Name = "ScoreValue"
	scoreValue.Value = 0
	scoreValue.Parent = player
end)
Editor is loading...
Leave a Comment