idkllal

Untitled

Mar 6th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. local pchar = game.Players.LocalPlayer.Character
  2. local morph = Instance.new("SpecialMesh", pchar.Torso)
  3. morph.MeshType = "FileMesh"
  4. morph.MeshId = "http://www.roblox.com/asset/?id=430331583"
  5. morph.TextureId = "http://www.roblox.com/asset/?id=430331587"
  6. morph.Scale = Vector3.new(1, 1, 1)
  7. pchar.Head.Transparency = 1
  8. pchar["Left Arm"].Transparency = 1
  9. pchar["Right Arm"].Transparency = 1
  10. pchar["Left Leg"].Transparency = 1
  11. pchar["Right Leg"].Transparency = 1
Add Comment
Please, Sign In to add comment