Hey! Me and my friend were playtesting my game and while my friend was in a test, none of the seat animations worked for her. I have no clue what is happening and I’m honestly concerned.
I just tested it with help from @Legend_boysYTs and the animations worked fine for both of us. Are you sure your friend wasn’t lagging or fully loaded? It could be that the animations didn’t load for her yet due to lag, etc.
I personally don’t have the greatest computer so when I joined it was quite laggy FPS wise, it took a couple of seconds for both mine and legends animations to load in.
Scripting wise → Just try to optimize scripts, keep them clean and simple. Remember to disconnect events when no longer needed, try to avoid useless loops, and try to not do performance heavy calculations at rapid intervals (just a general guide).
Building wise → I’m no building expert but I’d try to lower the trig count, avoid using unions when possible, and try to keep the overall part count as low as you can. Turn off collisions for parts that the player won’t interact with, etc.