ServerScriptService
Anonymous
lua
08/30/2024 12:38 AM
252 B
19
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