Advertisement
ScriptingGuy

Blob Simulator 2 Script

Mar 7th, 2020
1,437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. The Game Link : https://www.roblox.com/games/2756861770/ST-PATTYS-Blob-Simulator-2?refPageId=b498bcd1-e65f-47fb-a3f2-7ae19bae12c7
  2. Discord Link : https://discordapp.com/channels/686554761901768721/686664520596324435
  3.  
  4. --Give Radioactive Pet
  5. local blob = "Radioactive Morphic Unicorn Blob" -- Blob Name
  6. game.ReplicatedStorage.Events.EquipBlob:FireServer(game.ReplicatedStorage.Blobs[blob])
  7.  
  8.  
  9. --Other Radioactive Pet
  10. local blob = "Radioactive Turtle Blob" -- Blob Name
  11. game.ReplicatedStorage.Events.EquipBlob:FireServer(game.ReplicatedStorage.Blobs[blob])
  12.  
  13.  
  14. --Other Radioactive Pet
  15. local blob = "Radioactive Carrot Blob" -- Blob Name
  16. game.ReplicatedStorage.Events.EquipBlob:FireServer(game.ReplicatedStorage.Blobs[blob])
  17.  
  18.  
  19. --Other Radioactive Pet
  20. local blob = "Radioactive Villain Blob" -- Blob Name
  21. game.ReplicatedStorage.Events.EquipBlob:FireServer(game.ReplicatedStorage.Blobs[blob])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement