I need to move and rotate a model with TweenService and I use Weld Constraints to do it.
The problem is that the game I am working on (a ship game) when cloning the ship the Current Client sees the ship completely broken and the Server sees it as it should be and when checking the Weld Constraints they are deactivated.
In both it moves.
Can anyone tell me how to fix it?
I attach some images so that it is better understood
How about having the client handle the welding instead of the server? If the client handles it, it could probably boost performance up and the server wont have to deal with the stress of rendering the parts? (Also render the ship on the client only maybe?)
Though I might be overshooting it And you can just handle events/certain things like the ship breaking on the server of course. And client handles effects.