I’m making a dash system, but is there a way to make this dash move slower?
This is my statement to make the player dash:
character.HumanoidRootPart.Velocity = character.HumanoidRootPart.CFrame.lookVector * -100
I’m making a dash system, but is there a way to make this dash move slower?
This is my statement to make the player dash:
character.HumanoidRootPart.Velocity = character.HumanoidRootPart.CFrame.lookVector * -100
Change -100 to a lower value mayhaps…?
change the -100 to something like -50, that would halve the dash speed yk
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.