Advertisement
Guest User

lolbecake

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