Whenever I tween objects the frame rate begins to drop, and I’m wondering why.
All tweens are done on the client, but the spinning part is done with this code:
I’ve tried and it doesn’t seem to lag. When the move is ready you should fire a remote event to all clients to create the moves. Ofc you would handle the damage on the server but all visual parts should be done on the client.