Scriptorz5

blobsimm

Nov 22nd, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. for i,v in pairs(game.Workspace.GameStuff.Blobs:GetDescendants()) do
  2. if v.Name == "BlobProperties" then
  3. game.ReplicatedStorage.Events.DealDamage:FireServer(v, 499999795, "newkeycode")
  4. end
  5. end
  6.  
  7. -----------------------------------------------------
  8. get all pets:
  9.  
  10. for i,v in pairs(game.ReplicatedStorage.Pets:GetChildren()) do
  11. game.ReplicatedStorage.Events.GivePet:FireServer(v, "newkeycode")
  12. end
Add Comment
Please, Sign In to add comment