JordanTGraves

Untitled

Jun 20th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 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 duck = Instance.new("SpecialMesh", pchar.Torso)
  8. duck.MeshType = "FileMesh"
  9. duck.MeshId = "http://www.roblox.com/asset/?id=9419831"
  10. duck.TextureId = "http://www.roblox.com/asset/?id=9419827"
  11. duck.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