Hey trying to make a dash script using LinearVelocity since BodyVelocity is deprecated, honestly dont know why roblox made BodyVelocity deprecated when its a lot easier and more functional then LinearVelocity. For some reason cant get LinearVelocity to apply gravity
I recently made a dash script too, and I don’t think gravity applied either. If you set the Y value of the velocity to -10 or so, you may get some sort of artificial gravity, that shouldn’t stand out too much.
I tried that, but it didn’t really give me the effect i was hoping for/wasn’t as smooth with my other movement mechanics. I’ve currently rewrote the script to use VelocityConstraintMode.Plane, and its giving me the effect I want but now I cant scale slopes lol. Starting to think bodyvelocity might be the only way
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.