Advertisement
Scriptorz5

blobsim inf blobs

Nov 24th, 2018
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement