SmileyS

In game Time | Roblox studio

Sep 10th, 2021
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. while true do
  2. game.Lighting.ClockTime = game.Lighting.ClockTime + 0.005
  3. script.Parent.TimeLabel.Text = game.Lighting.TimeOfDay
  4. script.Parent.TimeLabel.Text = script.Parent.TimeLabel.Text:sub(1,5)
  5. wait(0.005)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment