You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pretty much if I throw say os.date(nil,realtime.time()) into a lua file and have the file start up on server boot it will crash even if I run the file a 2nd time..
If I type lua and then os.date(nil,realtime.time()) it works fine then if I go back and launch the program it works fine too.