Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("HEAVY IS LOADING..")
- wait(0.5)
- local Plr = game.Players.LocalPlayer
- local PChar = Plr.Character
- local Head = PChar:FindFirstChild("Head")
- local Mouth = Instance.new("Decal", PChar.Head)
- local Eyes = Instance.new("Decal", PChar.Head)
- local VoiceS = Instance.new("Sound", PChar.Head)
- local SID = {"186913641", "166552695", "344521940"}
- VoiceS.Name = "Voice"
- Eyes.Texture = "http://www.roblox.com/asset/?id=176207326"
- if Head == nil then
- print("Head not found! Finding Fake Heads..")
- if PChar:FindFirstChild("fakeHead") == nil then
- error("Heads not found!")
- return
- end
- print("Fake Heads found! Putting into..")
- Mouth.Parent = PChar:FindFirstChild("fakeHead")
- VoiceS.Parent = PChar:FindFirstChild("fakeHead")
- end
- if Head:FindFirstChild("face") == nil then
- print("Face not found -_-")
- else
- Head:FindFirstChild("face"):Destroy()
- end
- print("HEAVY IS READY!")
- VoiceS.SoundId = "rbxassetid://"..SID[math.random(1, #SID)]
- VoiceS:Play()
- VoiceS.Looped = true
- while true do
- wait()
- if VoiceS.PlaybackLoudness > 100 then
- Mouth.Texture = "http://www.roblox.com/asset/?id=176217393"
- else
- Mouth.Texture = "http://www.roblox.com/asset/?id=176217905"
- if VoiceS.PlaybackLoudness > 200 then
- Mouth.Texture = "http://www.roblox.com/asset/?id=176217393"
- else
- Mouth.Texture = "http://www.roblox.com/asset/?id=1038043632"
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement