Advertisement
WinslowMau

Untitled

May 18th, 2017
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. local pchar = game.Players.LocalPlayer.Character
  2. for i,v in pairs(pchar.Torso:GetChildren()) do
  3. if v:IsA("Decal") then
  4. v:Destroy()
  5. end
  6. end
  7. for i,v in pairs(pchar:GetChildren()) do
  8. if v:IsA("Hat") then
  9. v:Destroy()
  10. end
  11. end
  12. local TACO_MESH = Instance.new('SpecialMesh', game.Players.LocalPlayer.Character.Torso)
  13. TACO_MESH.MeshType = 'FileMesh'
  14. TACO_MESH.MeshId = 'http://www.roblox.com/asset/?id=14846869'
  15. TACO_MESH.Offset = Vector3.new(0, -0.8, 0)
  16. TACO_MESH.TextureId = 'http://www.roblox.com/asset/?id=14846834'
  17. TACO_MESH.Scale = Vector3.new(5, 5, 5)
  18. pchar.Head.Transparency = 1
  19. pchar["Left Arm"].Transparency = 1
  20. pchar["Right Arm"].Transparency = 1
  21. pchar["Left Leg"].Transparency = 1
  22. pchar["Right Leg"].Transparency = 1
  23. pchar.Head.face.Transparency = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement