About 33,200 results
Open links in new tab
  1. How do i make a dash? - Scripting Support - Developer Forum

    Dec 10, 2021 · Using math.huge for the MaxForce of a BodyVelocity in the case of dashes can make the dashes too aggressive and, once you dash onto a part, you could get easily flung. What I recommend is: In case you want your dash to “fly” (not get affected by gravity): Vector3.new(100000, 100000, 100000).

  2. How to make a dash system? - Scripting Support - Roblox

    Aug 22, 2023 · I’m trying to create a dash system for an r6 combat game, like in the game ‘The Strongest Battlegrounds’. I’m not really an expert when it comes to roblox physics and velocitys, so I don’t really have any idea of how to do it. Though, I have looked around on the developer forum for some sort of guidance, but most of the solutions …

  3. Whats the best way create a Dashing script - Roblox

    Jul 17, 2020 · Let’s say that you want the player to dash 20 units away from them. local Dash_Normal = 20 -- set the default range for better control if you want to change it later on local Dash_Timeout = 0.15 -- how long will it wait in-between taps; think of this as tap speed local Can_Dash = false -- can the player dash immediately? no.

  4. Making A Dash/Roll System Tutorial [Youtube] - Roblox

    Dec 28, 2023 · My latest tutorial on character dashing!

  5. How to make the player dash in their moving direction - Roblox

    Apr 3, 2022 · local UIS = game:GetService("UserInputService") local Character = script.Parent local Humanoid = Character:WaitForChild("Humanoid") local Dashes = { [Enum.KeyCode.W ...

  6. Very Smooth Dash System Like Strongest Battlegrounds - Roblox

    Sep 11, 2023 · I am trying to make a dash system similar to strongest battlegrounds where the dash is changed and determined where your character faces. I’ve tried using both BodyVelocity and LinearVelocity to attempt to make this happen, but the dash doesn’t come out as smooth and responsive as the other game. I’ve also tried changing the velocity and direction through a while loop, but the dash ...

  7. How do I make a dash in my game? - Scripting Support - Roblox

    Jan 5, 2022 · I’d like to make a dash similar to the one in this gif. However; I don’t want the player’s altitude to lower over time. It uses a stamina system that I’d also like t o add. I don’t have any scripting experience, so I would appreciate it if someone were to help me out.

  8. Dash Script [HELP] - Scripting Support - Developer Forum - Roblox

    Jan 14, 2025 · I have a dash script and I want it to play a different animation when using it while in the air, so if you jump it’s a dive instead of a roll. I tried to do it, didn’t work, so I’m gonna paste the original script and if anyone knows how to do this, and can add it, it’d be a massive help. -- Get necessary services local RS = game:GetService("ReplicatedStorage") local VfxFolder = RS ...

  9. How would I make a dash system? - Scripting Support - Roblox

    Feb 21, 2024 · Hello! I’m new to scripting, and it would be really helpful on how to make a dash system(4 way direction). The tutorials on Youtube aren’t really helpful at all to me.

  10. How to make an efficient and smooth dash system? - Roblox

    Jul 13, 2024 · I want to ask for tips, ideas, and suggestions for making a smooth and efficient “Dash” movement system in Roblox! I already have all the animations settled. I don’t need other people’s systems, though I do need to know the best answer to this important question: As the dash system needs to be smooth and efficient, what type of velocity ...

  11. Some results have been removed