airsoft12

Untitled

Apr 12th, 2018
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. --Thanks To HessaFTW And His Slave BlueHunter
  2. --Hessa Is the one that made this compalation
  3. --BlueHunter was the test subject
  4. --Have eny scripts that arent in here send them to HessaFTW and he will test and put in for next update
  5.  
  6. local pchar = game.Players.LocalPlayer.Character
  7. local morph = Instance.new("SpecialMesh", pchar.Torso)
  8. morph.MeshType = "FileMesh"
  9. morph.MeshId = "http://www.roblox.com/asset/?id=1376455"
  10. morph.TextureId = "http://www.roblox.com/asset/?id=1376454"
  11. morph.Scale = Vector3.new(5, 5, 5)
  12. pchar.Head.Transparency = 1
  13. pchar["Left Arm"].Transparency = 1
  14. pchar["Right Arm"].Transparency = 1
  15. pchar["Left Leg"].Transparency = 1
  16. pchar["Right Leg"].Transparency = 1
Add Comment
Please, Sign In to add comment