Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- game.Lighting.ClockTime = game.Lighting.ClockTime + 0.005
- script.Parent.TimeLabel.Text = game.Lighting.TimeOfDay
- script.Parent.TimeLabel.Text = script.Parent.TimeLabel.Text:sub(1,5)
- wait(0.005)
- end
Advertisement
Add Comment
Please, Sign In to add comment