Advertisement
RGames

ROBLOX - No Skids

Jul 13th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. local sound = Instance.new("Sound", workspace)
  2. sound.Volume = 10
  3. sound.SoundId = 'rbxassetid://570433034'
  4. local waitAmount = 5
  5. for i = 0,30 do
  6. game.Lighting.ClockTime = 14
  7. wait(waitAmount)
  8. sound:Play()
  9. game.Lighting.ClockTime = 0
  10. wait(waitAmount)
  11. sound:Play()
  12. game.Lighting.ClockTime = 14
  13. waitAmount = waitAmount - 0.5
  14. end
  15. game.Lighting.ClockTime = 0
  16. game.Lighting.FogColor = Color3.fromRGB(0,0,0)
  17. game.Lighting.FogEnd = 50
  18. local text = Instance.new('Message', workspace)
  19. text.Text = 'no skids allowed dummies'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement