Guest User

Harambe Script--

a guest
Aug 9th, 2016
3,787
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. -- by variable;
  2. -- Harambe Script
  3. local char = game.Players.LocalPlayer.Character
  4.  
  5. for i,v in pairs(char.Torso:GetChildren()) do
  6. if v.ClassName == 'Decal' then
  7. v:Destroy()
  8. end
  9. end
  10. for i,v in pairs(char:GetChildren()) do
  11. if v.ClassName == 'Hat' then
  12. v:Destroy()
  13. end
  14. end
  15. for i,v in pairs(char.Head:GetChildren()) do
  16. if v.ClassName == 'Decal' then
  17. v:Destroy()
  18. end
  19. end
  20.  
  21. local harambe = Instance.new('SpecialMesh', char.Torso)
  22. harambe.MeshType = 'FileMesh'
  23. harambe.MeshId = 'http://www.roblox.com/asset/?id=430330296'
  24. harambe.TextureId = 'http://www.roblox.com/asset/?id=430330316'
  25. harambe.Scale = Vector3.new(0.01, 0.01, 0.01)
  26.  
  27. char.Head.Transparency = 1
  28. char['Left Arm'].Transparency = 1
  29. char['Right Arm'].Transparency = 1
  30. char['Left Leg'].Transparency = 1
  31. char['Right Leg'].Transparency = 1
Advertisement
Add Comment
Please, Sign In to add comment