Advertisement
vibrantsinger423

i think harambe?

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