Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("THE SCRITP WHICH TURNS YOU IN HARAMBE WASNT MADE BY ME")
- print("BUT EVERYTHING ELSE IS MADE BY ILOVEWAFFLES1231")
- print("DICKS OUT FOR HARAMBE")
- print("showing hint")
- c = Instance.new("Hint")
- c.Text = "DICKS OUT FOR HARAMBE"
- c.Parent = game.Workspace
- print("done showing hint")
- print("editing skybox")
- a=Instance.new("Sky",game.Lighting)
- b={"Bk","Dn","Ft","Lf","Rt","Up"}
- for i,v in pairs(b) do
- a["Skybox"..v]="rbxassetid://459493380"
- end
- print("Skybox edited")
- wait(1)
- print("Playing music")
- s = Instance.new("Sound")
- s.Name = "Music"
- s.SoundId = "http://www.roblox.com/asset/?id=468952487"
- s.Looped = true
- s.Pitch = 1
- s.Volume = 1000
- s.archivable = false
- s.Parent = game.Workspace
- wait(1)
- s:play()
- print("Music part done")
- wait(1)
- print("Now turning localplayer in harambe")
- local char = game.Players.LocalPlayer.Character
- for i,v in pairs(char.Torso:GetChildren()) do
- if v.ClassName == 'Decal' then
- v:Destroy()
- end
- end
- for i,v in pairs(char:GetChildren()) do
- if v.ClassName == 'Hat' then
- v:Destroy()
- end
- end
- for i,v in pairs(char.Head:GetChildren()) do
- if v.ClassName == 'Decal' then
- v:Destroy()
- end
- end
- local harambe = Instance.new('SpecialMesh', char.Torso)
- harambe.MeshType = 'FileMesh'
- harambe.MeshId = 'http://www.roblox.com/asset/?id=430330296'
- harambe.TextureId = 'http://www.roblox.com/asset/?id=430330316'
- harambe.Scale = Vector3.new(0.01, 0.01, 0.01)
- char.Head.Transparency = 1
- char['Left Arm'].Transparency = 1
- char['Right Arm'].Transparency = 1
- char['Left Leg'].Transparency = 1
- char['Right Leg'].Transparency = 1
- print("thank you for using ilovewaffles1231 script")
- print("#dicksoutforharambe")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement