which is better Tick or Datetime?
Write your opinions
which is better Tick or Datetime?
Write your opinions
for what tho ticks good for some stuff
In the context of your last football script, tick would be more advantageous due to its brevity, readability, and overall better comprehensibility. You can also question which one is preferable between “os.time” and “tick”. In this case, the main distinction lies in the fact that “tick” includes decimals, whereas “os.time” does not. Consequently, opting for “os.time” over “tick” could be a memory-saving strategy, especially when dealing with data storage, such as in a data store.
However, it is up to you to decide which one to use.