I am trying to make a dash tool for an advanced remake of the game Ninjas vs. Samauri Pagoda Battle, but I need to redo the dash script because the original script is so old, does anyone know how I would script it?
The game is going to be called Become a Ninja Master, and it will be in my group Classics Remake where we remake the original roblox games but more advanced.
If anyone has any ideas, please tell me.
You could use BodyForce | Roblox Creator Documentation, and set the direction of the Force to the direction of the Dash then after a certain amount of time delete the BodyForce to stop the dash.
You can use a body velocity and a animation. I have a tool models that uses body velocity to launch people in the air. You can change a simple line to change the direction it launches the player.
Just click on any character that has a humanoid and it will work.
Thanks for the reply’s, I will try them.