Facebook
From SRT, 2 Months ago, written in Lua.
Embed
Download Paste or View Raw
Hits: 160
  1. local GUI = script.Parent
  2.  
  3.  
  4.  
  5.  
  6.  
  7. while true do
  8.  
  9. GUI.Text = game.Lighting.TimeOfDay
  10.  
  11. wait(1)
  12.  
  13. end
  14.  
  15.  
  16.  
  17.