Body Velocity not working properly?

Hey there! i have two body velocity problems.

Problem 1:
robloxapp-20220706-1004465.wmv (739.7 KB)
Body Velocity gravity
so in this clip, the gravity is still applied but not so much, but then in the 2nd wall it just decides to go down rapidly.

bodyVelocity.MaxForce = Vector3.new(math.huge,5^4.95,math.huge)

Problem 2:
When i face on the left/right side a bit
it doesn’t go straight but sideways aswell (im assuming this is because the humanoidRootPart is facing somewhere else)

i do not know how to fix any of this, which is why i have come to the forums.

Thanks!

I wonder how you got the deprecated “BodyMovers”. I suggest using assemblyLinearVelocity as the Body Velocity shouldn’t be used anymore for new scripts and games. For the karlson wall problem, maybe reset the velocity or change the direction of the velocity.

1 Like