How would I stop a player from moving a part that's using BodyVelocity to move?

I’m trying to make a space station with BodyVelocity, but if a player tries to walk around it will move. My settings on the BodyVelocity are: MaxForce inf,inf,inf P 1250 Velocity 0,30,0

1 Like

try setting the Velocity to 0, 0, 0

But if I do that the space station will not move I think.

Maybe you can make it so heavy that the player doesn’t have enough force to really affect much

Can you show me how to do that?

You can change the density of the parts with their CustomPhysicalProperties and put it to max.
To be honest my solution, if it even works, doesn’t look very clean but I’m a noob and can’t really find better lol.
https://developer.roblox.com/en-us/api-reference/property/BasePart/CustomPhysicalProperties