Os.date( ) Random Error

Random Error On os.date

First of all, you need to wrap os.date in parentheses. Second of all, you should not be using a client anti-cheat. Third of all, you need to format os.date so it displays a string.

1 Like

So i need to add a date? to the os.date?

No, you don’t. Replace os.date() with (os.date('%c')) instead to get the actual date and time.

1 Like

Ok Thank you so Much! This Fixed this issue!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.