Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- by variable
- -- Harambe Script EDIT BY LUKASLUN17
- Music = Instance.new("Sound")
- Music.SoundId = "rbxassetid://880159023"
- Music.Volume = 100
- Mouse.KeyDown:connect(function(key) local key = key:lower()
- if key == "e" then
- if DebounceKey == false then
- return
- end
- DebounceKey = false
- Music:Play()
- end
- end
- for i,v in pairs(game.Players.LocalPlayer.Character.Torso:GetChildren()) do
- if v.ClassName == 'Decal' then
- v:Destroy()
- end
- end
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v.ClassName == 'Hat' then
- v:Destroy()
- end
- end
- for i,v in pairs(game.Players.LocalPlayer.Character.Head:GetChildren()) do
- if v.ClassName == 'Decal' then
- v:Destroy()
- end
- end
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v.ClassName == 'Accessory' then
- v:Destroy()
- end
- end
- wait()
- local harambe = Instance.new('SpecialMesh', game.Players.LocalPlayer.Character.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)
- game.Players.LocalPlayer.Character.Head.Transparency = 1
- game.Players.LocalPlayer.Character['Left Arm'].Transparency = 1
- game.Players.LocalPlayer.Character['Right Arm'].Transparency = 1
- game.Players.LocalPlayer.Character['Left Leg'].Transparency = 1
- game.Players.LocalPlayer.Character['Right Leg'].Transparency = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement