Zack121212

Untitled

Feb 26th, 2018
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 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 char = game.Players.LocalPlayer.Character
  7.  
  8. for i,v in pairs(char.Torso:GetChildren()) do
  9. if v.ClassName == 'Decal' then
  10. v:Destroy()
  11. end
  12. end
  13. for i,v in pairs(char:GetChildren()) do
  14. if v.ClassName == 'Hat' then
  15. v:Destroy()
  16. end
  17. end
  18. for i,v in pairs(char.Head:GetChildren()) do
  19. if v.ClassName == 'Decal' then
  20. v:Destroy()
  21. end
  22. end
  23.  
  24. local datboi = Instance.new('SpecialMesh', char.Torso)
  25. datboi.MeshType = 'FileMesh'
  26. datboi.MeshId = 'http://www.roblox.com/asset/?id=430095888'
  27. datboi.TextureId = 'http://www.roblox.com/asset/?id=171886325'
  28. datboi.Scale = Vector3.new(0.01, 0.01, 0.01)
  29. char.Head.Transparency = 1
  30. char['Left Arm'].Transparency = 1
  31. char['Right Arm'].Transparency = 1
  32. char['Left Leg'].Transparency = 1
  33. char['Right Leg'].Transparency = 1
  34.  
  35. --Here Come that boy
Add Comment
Please, Sign In to add comment