Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- skyturnspeed = 0.01
- for i,v in pairs(game:GetService("Players"):GetChildren()) do
- print(v.Name)
- local p = Instance.new("Hint")
- p.Parent = v
- p.Text = ("Boom boom explosions woah wow omg so cooool!")
- end
- while true do
- wait(0.01)
- print(skyturnspeed)
- game.Lighting.ClockTime = game.Lighting.ClockTime + skyturnspeed
- if skyturnspeed < 1 then
- skyturnspeed = skyturnspeed * 1.01
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement