Can someone explain why it happens? The game itself is not that big to be that laggy.
1 Like
I’m not really sure that why your ping is high that much.
I once had connection problems, this helped me:
1 Like
You could maybe learn how to convert some visual things into client objects instead of just loading it on the client. The reason why the ping is so high is because the server is struggling on the information that needs to be processed in the scripts, and it is behind on the processing, making the time to process other information next to none.
Tl;dr
Just make vfx and models loaded on the client.
1 Like