Everytime this program startup , the program runs after a server restart this error shows up:
startup:13: attempt to call nil
When i comment out that line of code the same happens to the line after that, and after that.
Until all those four lines are. (the round(math.floor)
lines)
Then the program starts.
The four variables is needed in the program so it wont run well with them commented out.
If i now uncomment those lines the program starts perfectly and everything works.
Any reason what im doing wrong?