Untitled
unknown
lua
a year ago
188 B
10
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