Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. print("THE SCRITP WHICH TURNS YOU IN HARAMBE WASNT MADE BY ME")
  2. print("BUT EVERYTHING ELSE IS MADE BY ILOVEWAFFLES1231")
  3. print("DICKS OUT FOR HARAMBE")
  4.  
  5. print("showing hint")
  6. c = Instance.new("Hint")
  7. c.Text = "DICKS OUT FOR HARAMBE"
  8. c.Parent = game.Workspace
  9.  
  10. print("done showing hint")
  11. print("editing skybox")
  12.  
  13. a=Instance.new("Sky",game.Lighting)
  14. b={"Bk","Dn","Ft","Lf","Rt","Up"}
  15. for i,v in pairs(b) do
  16. a["Skybox"..v]="rbxassetid://459493380"
  17. end
  18.  
  19. print("Skybox edited")
  20. wait(1)
  21. print("Playing music")
  22.  
  23. s = Instance.new("Sound")
  24. s.Name = "Music"
  25. s.SoundId = "http://www.roblox.com/asset/?id=468952487"
  26. s.Looped = true
  27. s.Pitch = 1
  28. s.Volume = 1000
  29. s.archivable = false
  30. s.Parent = game.Workspace
  31. wait(1)
  32. s:play()
  33.  
  34. print("Music part done")
  35. wait(1)
  36. print("Now turning localplayer in harambe")
  37.  
  38. local char = game.Players.LocalPlayer.Character
  39.  
  40. for i,v in pairs(char.Torso:GetChildren()) do
  41. if v.ClassName == 'Decal' then
  42. v:Destroy()
  43. end
  44. end
  45. for i,v in pairs(char:GetChildren()) do
  46. if v.ClassName == 'Hat' then
  47. v:Destroy()
  48. end
  49. end
  50. for i,v in pairs(char.Head:GetChildren()) do
  51. if v.ClassName == 'Decal' then
  52. v:Destroy()
  53. end
  54. end
  55.  
  56. local harambe = Instance.new('SpecialMesh', char.Torso)
  57. harambe.MeshType = 'FileMesh'
  58. harambe.MeshId = 'http://www.roblox.com/asset/?id=430330296'
  59. harambe.TextureId = 'http://www.roblox.com/asset/?id=430330316'
  60. harambe.Scale = Vector3.new(0.01, 0.01, 0.01)
  61. char.Head.Transparency = 1
  62. char['Left Arm'].Transparency = 1
  63. char['Right Arm'].Transparency = 1
  64. char['Left Leg'].Transparency = 1
  65. char['Right Leg'].Transparency = 1
  66.  
  67. print("thank you for using ilovewaffles1231 script")
  68. print("#dicksoutforharambe")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement