Advertisement
Sungmingamerpro13

Item(Group)

Aug 28th, 2022
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. local GroupId = 13322250
  2.  
  3. game.Players.PlayerAdded:Connect(function(player)
  4. if player:IsInGroup(GroupId) then
  5. game.ReplicatedStorage.Gamepasses.Flashlight:Clone().Parent = player.Backpack
  6. end
  7. end)
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement