Dash Ability Help

I want to make a player move, ‘dash’, forward very quickly in the direction they’re facing, moving a forward 70 studs. Once they’ve moved in the direction they’re facing, very fast, and reached 70 studs, the ‘dash’ stops and they can move freely.

2 Likes

apply impulse or vector force is ur way to go

2 Likes

I’m not sure how to code either one of those. Please help and tysm for the reply!

Using MoveTo and a temporary boost to WalkSpeed might do it.

2 Likes

So,
Local in starterchar
Server in script service


check for a keybind in the client and applyimpulse to the root of the plr and fire server and do fancy effects and stuff like anims on server so everyone sees it

2 Likes

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