Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local sound = Instance.new("Sound", workspace)
- sound.Volume = 10
- sound.SoundId = 'rbxassetid://570433034'
- local waitAmount = 5
- for i = 0,30 do
- game.Lighting.ClockTime = 14
- wait(waitAmount)
- sound:Play()
- game.Lighting.ClockTime = 0
- wait(waitAmount)
- sound:Play()
- game.Lighting.ClockTime = 14
- waitAmount = waitAmount - 0.5
- end
- game.Lighting.ClockTime = 0
- game.Lighting.FogColor = Color3.fromRGB(0,0,0)
- game.Lighting.FogEnd = 50
- local text = Instance.new('Message', workspace)
- text.Text = 'no skids allowed dummies'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement