Make a player move with a part

Hello!

I am trying to make the player move with a part, something similar to a weld.
Problem: The weld wouldn’t let the player move.

Any way to do this?

Thanks in advance,
-Mehdi

Was the part you welded them to anchored? If so, that’s why they weren’t able to move. You should be able to weld parts to the player and move fine if it’s unanchored, unless I’m misunderstanding something here.

2 Likes

Yeah, it was anchored. I need them to be able to move even though the part is anchored.

If the part can’t move, how do you expect them to move? Are you not trying to attach them?

2 Likes

To be honest, I know nearly nothing about physics apart from the fact that welding attaches two parts together. So yeah, I don’t really know about attachements. All I want is to make a player able to move on a moving part.

For instance, on ROBLOX Aviation / Train games, players that stand up glitch through the train/plane and end up outside of it except in some games, well, I need to do the same thing, the part moves, the player can stand up and move on it but the player cannot move the part.

You definitely don’t want welds here. How are you moving the part? If you want players to stay on it, then it’s better to use physics based movement like BodyMovers instead of manually CFraming or tweening or whatever else you might be doing. Roblox has improved how players stand on a platform that’s moving with physics in the past, but these changes don’t apply to manually moving it. Source:

8 Likes

Never marked a solution here? Oops; sorry, thanks you a lot for helping.

2 Likes