I feel like this is more of a physics issue, but whenever a player enters my turret model, after some time it freaks out. Turns out my turret becomes a little ball of energy that builds up and eventually forces the model to jolt.
To counter this, I tried a bunch of things and it turns out setting the network to the server stopped this, but now I have this annoying input delay, any way to counter this?
It could be the way you scripted the turret or the way you placed your HingeConstraints on the turret. Does the player just rotate it on the Y axis or what ?
Possibly with how I made it, however I tried to re-add a new HingeConstraint and got the same result. What’s weird is I don’t have this issue for my vertical, (btw my horizontal attachments are rotated 90 idk if that’s important at all and both are set to motor)
The horizontal one, which is the only one giving issues just rotates the X axis
I might look into that, however I have found out the issue:
The network ownership was not the issue, apparently the welding of the player’s seat was. Any other part welded to the horizontal traversal presents no issues, even if you set the network ownership to the player.
So, because in my scenario the player seat not moving is preferred and not necessary, I can simply just leave the seats as anchored and all works well. However I think this might be a studio bug because all other properties are the same.