So I created a game (a month ago) and there is a lot of calculations .
The calculations are big too ! I use all 9.2+e18 digits .
Here is the question , I do all my calculations using only 1 Server script . Would separating them into maybe 2-3 Server script increase server performance?
Performance is only affected by how well you script something. In regards to calculations, it depends, sometimes handling things with numbers instead of using CFrames/Vector3/Vector2s improves performance.