Advertisement
jellydude

ROBLOX Horror Spongebob script

Nov 23rd, 2018
4,723
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. --Script made by jellydude AKA iUxify. Does not show up to other players but gives benefits of you questioning your sanity. :)
  2. local char = game.Players.LocalPlayer.Character
  3. for i,v in pairs(char.Torso:GetChildren()) do
  4. if v.ClassName == 'Decal' then
  5. v:Destroy() end end
  6. for i,v in pairs(char:GetChildren()) do
  7. if v.ClassName == 'Hat' then
  8. v:Destroy() end end
  9. for i,v in pairs(char.Head:GetChildren()) do
  10. if v.ClassName == 'Decal' then
  11. v:Destroy() end end
  12. local sponge = Instance.new('SpecialMesh', char.Torso)
  13. sponge.MeshType = 'FileMesh'
  14. sponge.MeshId = 'http://www.roblox.com/asset/?id=430088036'
  15. sponge.TextureId = 'http://www.roblox.com/asset/?id=430088043'
  16. sponge.Scale = Vector3.new(60, 40, 24)
  17. char.Head.Transparency = 1
  18. char['Left Arm'].Transparency = 1
  19. char['Right Arm'].Transparency = 1
  20. char['Left Leg'].Transparency = 1
  21. char['Right Leg'].Transparency = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement