#forward dashing not working + forward dash Hit not working
23 messages · Page 1 of 1 (latest)
did AI make this
because there is no shit thats not working
no events no function only variables
I can tell you how
lucky for you I just made a dash script
hit?
thats possible but idk how to change anims
bro jus stole a script
local UIS = game:GetService("UserInputService")
local char = game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait()
local HumRoot = char:WaitForChild("HumanoidRootPart")
local Hum = char:WaitForChild("Humanoid")
local DashForward = script.DashAnimForward
local ForwardAnimPlay = Hum.Animator:LoadAnimation(DashForward)
local debounce = false
UIS.InputBegan:Connect(function(input)
if input.KeyCode == Enum.KeyCode.Q then
if debounce == true then
return
end
ForwardAnimPlay:Play()
HumRoot.Velocity = HumRoot.CFrame.LookVector * 150
debounce = true
task.wait(1)
debounce = false
end
end)
```thats my forward dash
bruh im not good at coding ok?
then learn before
im just trying my best
you aint doing a dash script with 4 lines
learn the basics before doing dash script
I cant do a directional dash script
well dw i only need help with forward dash with forward dash hit