Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- The Game Link : https://www.roblox.com/games/2756861770/ST-PATTYS-Blob-Simulator-2?refPageId=b498bcd1-e65f-47fb-a3f2-7ae19bae12c7
- Discord Link : https://discordapp.com/channels/686554761901768721/686664520596324435
- --Give Radioactive Pet
- local blob = "Radioactive Morphic Unicorn Blob" -- Blob Name
- game.ReplicatedStorage.Events.EquipBlob:FireServer(game.ReplicatedStorage.Blobs[blob])
- --Other Radioactive Pet
- local blob = "Radioactive Turtle Blob" -- Blob Name
- game.ReplicatedStorage.Events.EquipBlob:FireServer(game.ReplicatedStorage.Blobs[blob])
- --Other Radioactive Pet
- local blob = "Radioactive Carrot Blob" -- Blob Name
- game.ReplicatedStorage.Events.EquipBlob:FireServer(game.ReplicatedStorage.Blobs[blob])
- --Other Radioactive Pet
- local blob = "Radioactive Villain Blob" -- Blob Name
- game.ReplicatedStorage.Events.EquipBlob:FireServer(game.ReplicatedStorage.Blobs[blob])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement