Advertisement
RyanDaCoder

Harambe Thing

Nov 12th, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. --' :-( -- HARAMBE --
  2. while true do
  3. a = Instance.New("Sound")
  4. a.Parent = game.Workspace.TheMadKiller104.Head -- Replace TheMadKiller104 with your name
  5. a.Playing = true
  6. a.SoundId = rbxassetid://468952487
  7. wait(0)
  8. local char = game.Players.LocalPlayer.Character
  9.  
  10. for i,v in pairs(char.Torso:GetChildren()) do
  11. if v.ClassName == 'Decal' then
  12. v:Destroy()
  13. end
  14. end
  15. for i,v in pairs(char:GetChildren()) do
  16. if v.ClassName == 'Hat' then
  17. v:Destroy()
  18. end
  19. end
  20. for i,v in pairs(char.Head:GetChildren()) do
  21. if v.ClassName == 'Decal' then
  22. v:Destroy()
  23. end
  24. end
  25.  
  26. local harambe = Instance.new('SpecialMesh', char.Torso)
  27. harambe.MeshType = 'FileMesh'
  28. harambe.MeshId = 'http://www.roblox.com/asset/?id=430330296'
  29. harambe.TextureId = 'http://www.roblox.com/asset/?id=430330316'
  30. harambe.Scale = Vector3.new(0.01, 0.01, 0.01)
  31.  
  32. char.Head.Transparency = 1
  33. char['Left Arm'].Transparency = 1
  34. char['Right Arm'].Transparency = 1
  35. char['Left Leg'].Transparency = 1
  36. char['Right Leg'].Transparency = 1
  37. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement