Why is this tool not launching the player into the air like it's supposed to?

The solution was increasing the MaxForce of the LinearVelocity from 10,000 to 50,000+.

Original Post

Problem

I’m currently working on a push tool, however my tool isn’t launching the player in the air like it’s supposed to. I’m unsure why it’s doing this, any ideas?

Here is the video showing the current problem. The few times it actually launches high in the air, that’s what it’s supposed to do constantly. You can see the MaxForce and it’s VectorVelocity in the output.

The Code

--[[CODE REDACTED]]--
1 Like

Try increasing the MaxForce. I recommend always making it at least 50k.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.