Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local plalki = game.Players.LocalPlayer.Character
- local lightning = game.Lighting
- local Sound2 = Instance.new("Sound")
- local Sound3 = Instance.new("Sound")
- local Sound4 = Instance.new("Sound")
- local Sound5 = Instance.new("Sound")
- lightning:SetMinutesAfterMidnight("23:44:19")
- Sound2.Name = "wolfhowl"
- Sound2.Parent = plalki
- Sound2.SoundId = "rbxassetid://345091806"
- Sound2.Volume = 10
- Sound2.Pitch =1
- Sound2.Looped = false
- Sound2.EmitterSize = 200
- Sound2.MaxDistance = 200
- Sound2:Play()
- wait(5)
- Sound3.Name = "cricket"
- Sound3.Parent = plalki
- Sound3.SoundId = "rbxassetid://138143457"
- Sound3.Volume = 3
- Sound3.Pitch =1
- Sound3.Looped = true
- Sound3.EmitterSize = 200
- Sound3.MaxDistance = 200
- Sound3:Play()
- wait(4)
- Sound3:Stop()
- Sound4.Name = "BW29MUSIC"
- Sound4.Parent = plalki
- Sound4.SoundId = "rbxassetid://186774326"
- Sound4.Volume = 4
- Sound4.Pitch =1
- Sound4.Looped = true
- Sound4.EmitterSize = 200
- Sound4.MaxDistance = 200
- Sound4:Play()
- wait(50)
- Sound4:Stop()
- Sound5.Name = "wolfwhistle"--lol this is funny tho
- Sound5.Parent = plalki
- Sound5.SoundId = "rbxassetid://601164620"
- Sound5.Volume = 4
- Sound5.Pitch =1
- Sound5.Looped = true
- Sound5.EmitterSize = 200
- Sound5.MaxDistance = 200
- Sound5:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement