AlphaSploit

Be sonic

Jan 15th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 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=430069460"
  5. morph.TextureId = "http://www.roblox.com/asset/?id=430069464"
  6. morph.Scale = Vector3.new(0.08, 0.08, 0.08)
  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