How to achieve these types of physics without flinging

So I want to make a ability that smoothly tweens the player without flinging them similar to this


AUDIO WARNING

I heard you can use bodygryo’s but i dont know how to go about doing that and im sort of new to those types of stuff so I want to know whats the BEST way to achieve something similar to this.

1 Like

bodymovers or bodyposition or maybe alignposition idk

AlignPosition is pretty simple to use.

Never use bodymovers like BodyVelocity, BodyGyro. They are deprecated. Use alignposition/alignorientation.

Like what a whole load of others said, use AlignPosition and AlignOrientation. Though I don’t think they works on the client very well (prior exp) . So you wanna create the align position and align orientation’s parts on the server.