How to make 2 players carry a single object?

So there’s a part of my game where it requires 2 players to carry an object and move it to somewhere else.
I thought about welding, but there is a problem: Welding makes the player actually “stuck” to the object, so if I welded two players to the same object that would be very chaotic, because if one player moves, the other player will be “dragged.”
Does anyone have an idea to make this carrying system?

Could SpringConstraints work?
I guess it could still drag the second player.
Or you could use AlignPosition where it’s target position attachment is udpated to stay at the midpoint between the two players?

1 Like

I think AlignPosition could work, I will research about it and let you know.

Hey there, I tried doing whaat you said with the AlignPosition but I can’t figure out how to make it stay in the midpoint of two players. I’m pretty sure AlignPosition is meant for 1-2 objects, not 3.


how would I make it so that the white part always stays in the middle? (when I drag the red/blue)

(in this case, the red/blue are the 2 players and the white is the object)

It would take a script, probably looking a function up to run service’s heartbeat that moves the attachment the align position is targeting every heartbeat.
Edit: at that point you could just be setting the position of the crate.