Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Script made by jellydude AKA iUxify. Does not show up to other players but gives benefits of you questioning your sanity. :)
- local char = game.Players.LocalPlayer.Character
- for i,v in pairs(char.Torso:GetChildren()) do
- if v.ClassName == 'Decal' then
- v:Destroy() end end
- for i,v in pairs(char:GetChildren()) do
- if v.ClassName == 'Hat' then
- v:Destroy() end end
- for i,v in pairs(char.Head:GetChildren()) do
- if v.ClassName == 'Decal' then
- v:Destroy() end end
- local sponge = Instance.new('SpecialMesh', char.Torso)
- sponge.MeshType = 'FileMesh'
- sponge.MeshId = 'http://www.roblox.com/asset/?id=430088036'
- sponge.TextureId = 'http://www.roblox.com/asset/?id=430088043'
- sponge.Scale = Vector3.new(60, 40, 24)
- char.Head.Transparency = 1
- char['Left Arm'].Transparency = 1
- char['Right Arm'].Transparency = 1
- char['Left Leg'].Transparency = 1
- char['Right Leg'].Transparency = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement