Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i,v in pairs(game.Workspace.GameStuff.Blobs:GetDescendants()) do
- if v.Name == "BlobProperties" then
- game.ReplicatedStorage.Events.DealDamage:FireServer(v, 499999795, "newkeycode")
- end
- end
- -----------------------------------------------------
- get all pets:
- for i,v in pairs(game.ReplicatedStorage.Pets:GetChildren()) do
- game.ReplicatedStorage.Events.GivePet:FireServer(v, "newkeycode")
- end
Add Comment
Please, Sign In to add comment