Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- by variable;
- -- Harambe Script
- Instance.new("ForceField", game.Players.LocalPlayer.Character)
- local s = Instance.new("Sound",char)
- s.SoundId = "http://www.roblox.com/asset/?id=468954972"
- s.Pitch = 1
- s.Volume = 2
- s.Looped = true
- wait(1)
- s:play()
- 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement