Untitled
game.Players.PlayerAdded:Connect(function(player) local scoreValue = Instance.new("IntValue") scoreValue.Name = "ScoreValue" scoreValue.Value = 0 scoreValue.Parent = player end)
Leave a Comment
game.Players.PlayerAdded:Connect(function(player) local scoreValue = Instance.new("IntValue") scoreValue.Name = "ScoreValue" scoreValue.Value = 0 scoreValue.Parent = player end)