Problems with Seats

I’m trying to make a Medical Stretcher. The stretcher is already built, but when another player gets on the stretcher, it breaks weirdly. I’m assuming it has something to do with the weight of the player on the stretcher. Is there any way to fix this?

https://gyazo.com/8d32a271f662ffd1158921c48c4027e6

Here is the GIF Link.

Dealing with character physics has always been hard, have you tried toggling the massless property in the player sitting.

1 Like

No I have not, do you know which object this property would be apart of? Player? Character? Humanoid?

BasePart, so every part in the player.

Thank you, give me a minute to try this method.

This worked perfectly, thank you.

1 Like

Another question, do you mind telling me how I can change the players arm positioning when they sit in the seat? The seat animation is a bit interesting.

You can change the default sit animation with your own custom one. Using Animations | Roblox Creator Documentation

Alright, I got that handled. One more thing (sorry for the bother), for some reason when I equip my tool it teleports me to the location of the handle. Do you know why this happens?

Is the handle anchored? If it is unanchor it.

It is not, I can still move once I’m teleported. But when it’s in StarterPack and I equip it, it teleports me to the handle. Let me send you a gif.

https://gyazo.com/f461dbd0f58a510e73a9de2fc42b4606

Is the handle getting its position locked there?

I’m not sure what you mean by that.

Fixed it, turns out I need to make the stretcher massless aswell. Thanks for your help!

1 Like