Advertisement
MasterControlProgram

Realtime D+N {ROBLOX}

Apr 8th, 2011
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.52 KB | None | 0 0
  1. print("Loading Realtime Day and Night...")
  2. -- DAY AND NIGHT-REALTIME- By dyarian --
  3. local h = Instance.new("Hint") -- Only change this to a message if you want it to be a message.
  4. h.Parent=game.Workspace -- There isn't another parent for this...
  5. h.Text=..game.Lighting.TimeOfDay -- Don't touch this.
  6. while true do --DO NOT EDIT ANYTHING PAST THIS POINT--
  7. game.Lighting.TimeOfDay="00:00:00"
  8. wait(3600)
  9. game.Lighting.TimeOfDay="01:00:00"
  10. wait(3600)
  11. game.Lighting.TimeOfDay="02:00:00"
  12. wait(3600)
  13. game.Lighting.TimeOfDay="03:00:00"
  14. wait(3600)
  15. game.Lighting.TimeOfDay="04:00:00"
  16. wait(3600)
  17. game.Lighting.TimeOfDay="05:00:00"
  18. wait(3600)
  19. game.Lighting.TimeOfDay="06:00:00"
  20. wait(3600)
  21. game.Lighting.TimeOfDay="07:00:00"
  22. wait(3600)
  23. game.Lighting.TimeOfDay="08:00:00"
  24. wait(3600)
  25. game.Lighting.TimeOfDay="09:00:00"
  26. wait(3600)
  27. game.Lighting.TimeOfDay="10:00:00"
  28. wait(3600)
  29. game.Lighting.TimeOfDay="11:00:00"
  30. wait(3600)
  31. game.Lighting.TimeOfDay="12:00:00"
  32. wait(3600)
  33. game.Lighting.TimeOfDay="13:00:00"
  34. wait(3600)
  35. game.Lighting.TimeOfDay="14:00:00"
  36. wait(3600)
  37. game.Lighting.TimeOfDay="15:00:00"
  38. wait(3600)
  39. game.Lighting.TimeOfDay="16:00:00"
  40. wait(3600)
  41. game.Lighting.TimeOfDay="17:00:00"
  42. wait(3600)
  43. game.Lighting.TimeOfDay="18:00:00"
  44. wait(3600)
  45. game.Lighting.TimeOfDay="19:00:00"
  46. wait(3600)
  47. game.Lighting.TimeOfDay="20:00:00"
  48. wait(3600)
  49. game.Lighting.TimeOfDay="21:00:00"
  50. wait(3600)
  51. game.Lighting.TimeOfDay="22:00:00"
  52. wait(3600)
  53. game.Lighting.TimeOfDay="23:00:00"
  54. wait(3600)
  55. game.Lighting.TimeOfDay="24:00:00"
  56. wait()
  57. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement