hexon7575
|
  |
| Joined: 09 Oct 2010 |
| Total Posts: 210 |
|
|
| 13 Aug 2015 04:13 PM |
| I need a script to trigger at a certain time in-game. Anyone know how? |
|
|
| Report Abuse |
|
|
|
| 13 Aug 2015 04:18 PM |
| Lighting has the time property |
|
|
| Report Abuse |
|
|
hexon7575
|
  |
| Joined: 09 Oct 2010 |
| Total Posts: 210 |
|
|
| 13 Aug 2015 04:19 PM |
| I know that; I just need to know how to make a script check constantly what the time is and triggers something during the timeframe |
|
|
| Report Abuse |
|
|
VisionST
|
  |
| Joined: 30 Jun 2015 |
| Total Posts: 384 |
|
|
| 13 Aug 2015 04:21 PM |
if game.Lighting.TimeOfDay == "14:00:00" then
end |
|
|
| Report Abuse |
|
|