Advertisement
Sungmingamerpro13

LivesGroup(STORY GAME)

Aug 24th, 2022
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. local GroupId = 13322250
  2.  
  3. game.Players.PlayerAdded:Connect(function(player)
  4. if player:IsInGroup(GroupId) then
  5. player.Lives.Value = player.Lives.Value + 5
  6. end
  7. end)
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement