Does running a simple 1-line function in a loop affect performance significantly?
Ex.
Function:
It shoudln’t, Luau is usually very fast with that, however if you try doing something that takes a bit of time to do like maybe print() or warn(), then overtime it would cause performance issues
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.