Advertisement
AIpha

Untitled

May 27th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. local char = game.Players.LocalPlayer.Character
  2. for i,v in pairs(char.Torso:GetChildren()) do
  3. if v.ClassName == 'Decal' then
  4. v:Destroy() end end
  5. for i,v in pairs(char:GetChildren()) do
  6. if v.ClassName == 'Hat' then
  7. v:Destroy() end end
  8. for i,v in pairs(char.Head:GetChildren()) do
  9. if v.ClassName == 'Decal' then
  10. v:Destroy() end end
  11. local sponge = Instance.new('SpecialMesh', char.Torso)
  12. sponge.MeshType = 'FileMesh'
  13. sponge.MeshId = 'http://www.roblox.com/asset/?id=430088036'
  14. sponge.TextureId = 'http://www.roblox.com/asset/?id=430088043'
  15. sponge.Scale = Vector3.new(60, 40, 24)
  16. char.Head.Transparency = 1
  17. char['Left Arm'].Transparency = 1
  18. char['Right Arm'].Transparency = 1
  19. char['Left Leg'].Transparency = 1
  20. char['Right Leg'].Tr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement