Hello!
So as I am currently making a game I want to know tips to optimizing it before I start getting insane lag and really far into the game!
This includes:
- Scripts
- GUI
- Meshes and parts
Also what are your tips for making things more easy to navigate through the workspace and scripts?
4 Likes
Try and put as much load as possible onto the client. Now this does have some downsides, namely that its much easier to exploit without proper checks. It also might not be as easy as just handling everything on the server, so it might be as good for a minimum value product (basically just see if the basic concept is ok). Also, try not to be overly concerned about optimization as you may have a lot of changes that would make your optimization useless (you might need to start some scripts from scratch), but also try to keep it in mind.
4 Likes