Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local GroupId = 13322250
- game.Players.PlayerAdded:Connect(function(player)
- if player:IsInGroup(GroupId) then
- player.Lives.Value = player.Lives.Value + 5
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement