Character Weight

Hey guys. So i’m trying to weld player1 to player2 but when i do that, player2 begins to tilt. Any way i can disable that?

2 Likes

Try using CFrame to change the the player from tilting. Could you also show a screenshot of the problem?

1 Like

I do not understand perfectly maybe if I could put a photo of how it looks (I don’t understand why that has never happened to me)

1 Like

image This is the problem.

Set Every Part in the player that’s being welded to massless.

This means it wont be pulled down by gravity or cause it to turn on acceleration or deceleration.

1 Like

I’ve already done that. Still doesn’t work.

I’m assuming the problem has to do with humanoids. Humanoids have a tendency to exert force in order to make themselves upright which is causing the tilt. To solve this make player1 sitdown by turning on the bool property:

2 Likes

Okay i will try that thank you!