Advertisement
The_Samuelson_Studio

In-game WORKING Clock!

Nov 17th, 2023
925
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. --[CHECK THE NEW VIDEO!]--
  2. -- https://youtu.be/nXCjPnNL_8s --
  3.  
  4. while wait(0.1) do
  5.     game.Lighting.ClockTime += 0.001
  6.     script.Parent.Text ="🕛 ".. string.sub (game.Lighting.TimeOfDay,1,5)
  7.     wait()
  8. end
  9.  
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement