Whats Happening?

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.

Heres the seat animation model im using: (all seat animations were made by me)
https://www.roblox.com/library/refer/4766926763/Seat-for-Animations?Category=Models&SortType=Relevance&SortAggregation=AllTime&SearchKeyword=seat&CreatorId=0&Page=1&Position=1&SearchId=9fe94ec4-faf3-4352-be93-4a8e2c71a08d

Heres the game (its not finished at all so don’t judge, just try out the seats, or give feedback);
https://www.roblox.com/games/6927697544/another-test

All the seat animations work for me, I need help with this. Thank you!

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.

1 Like

THANK YOU SO MUCH! Also, is there anything I can do to help reduce lag?

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.

2 Likes