6.7k Views
Description
works for side dash and back dash made with ai
Comments
3

Offline
vaxtalastus 8 months ago
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local UserInputService = game:GetService("UserInputService")
local LocalPlayer = Players.LocalPlayer;
LocalPlayer:SetAttribute("NoDashCooldown", true)
RunService.Heartbeat:Connect(function()
local character = LocalPlayer.Character;
if not character then
return
end;
if LocalPlayer:GetAttribute("NoDashCooldown") ~= true then
LocalPlayer:SetAttribute("NoDashCooldown", true)
end;
if character:GetAttribute("Dashed") then
character:SetAttribute("Dashed", false)
end;
if character:FindFirstChild("Effects") then
local effects = character.Effects;
for _, effect in pairs(effects:GetChildren()) do
if effect.Name == "Stun" or effect.Name == "FullStun" or effect.Name == "Blocking" or effect.Name == "HitProgress" or effect.Name == "NoDash" then
effect:Destroy()
end
end
end
end)
Offline
piuv 8 months ago
can u do it for black flash?
Offline
ELscripts 4 months ago
W

![[🎉 RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)
Voxle Hub
