Advertisement
Lukas17

Untitled

Mar 3rd, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. -- by variable;
  2. -- Harambe Script EDIT BY LUKASLUN17
  3.  
  4.  
  5. local SnoopMusic = Instance.new("Sound")
  6. SnoopMusic.SoundId = "rbxassetid://880159023"
  7. SnoopMusic.Volume = 100
  8.  
  9. Mouse.KeyDown:connect(function(key) local key = key:lower()
  10. if key == "e" then
  11. if DebounceKey == false then
  12. return
  13. end
  14. DebounceKey = false
  15. SnoopMusic:Play()
  16. end
  17. end
  18. wait()
  19. local char = game.Players.LocalPlayer.Character
  20.  
  21. for i,v in pairs(char.Torso:GetChildren()) do
  22. if v.ClassName == 'Decal' then
  23. v:Destroy()
  24. end
  25. end
  26. for i,v in pairs(char:GetChildren()) do
  27. if v.ClassName == 'Hat' then
  28. v:Destroy()
  29. end
  30. end
  31. for i,v in pairs(char.Head:GetChildren()) do
  32. if v.ClassName == 'Decal' then
  33. v:Destroy()
  34. end
  35. end
  36. for i,v in pairs(char:GetChildren()) do
  37. if v.ClassName == 'Accessory' then
  38. v:Destroy()
  39. end
  40. end
  41. wait()
  42. local harambe = Instance.new('SpecialMesh', char.Torso)
  43. harambe.MeshType = 'FileMesh'
  44. harambe.MeshId = 'http://www.roblox.com/asset/?id=430330296'
  45. harambe.TextureId = 'http://www.roblox.com/asset/?id=430330316'
  46. harambe.Scale = Vector3.new(0.01, 0.01, 0.01)
  47.  
  48. char.Head.Transparency = 1
  49. char['Left Arm'].Transparency = 1
  50. char['Right Arm'].Transparency = 1
  51. char['Left Leg'].Transparency = 1
  52. char['Right Leg'].Transparency = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement