Reducing lag on a high quality and realistic game

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!

Well, what I want to achieve is for the game I’m currently working on to not have sudden lag spikes like every 5-10 seconds, and to overall, not lag a lot.

  1. What is the issue? Include enough details if possible!
    The game is super laggy. Even with good computers.

  2. What solutions have you thought of so far?
    Can’t think of any, tried finding out any helpful youtube videos but non help sadly.

After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!

The fastest solution I could recommend is to move scripts that aren’t location dependant to the ServerScriptService and to clear out any duplicated scripts.

Error reduction in scripts would also be a great help for reducing lag in your game. (you can view errors in the developer console by pressing F9)

A more complicated fix would be converting your game to be StreamingEnabled compatible, but that could potentially break things in your game.