2.0k Views
Description
You can use deflect even if you have no stamina or smth
Comments
7

Offline
_nat 2 months ago
If you want it to be repeated just put:
While wait()do
(The script)
end
_natIf you want it to be repeated just put:
While wai...
Offline
_nat 2 months ago
Only use it if you're in the match!
_natIf you want it to be repeated just put:
While wai...
Offline
Spvico 2 months ago
while true do
local args = {
"Deflect"
}
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("ConfirmPickEvent"):FireServer(unpack(args))
task.wait()
end
Offline
iTestBoy 2 months ago
I am about to test it 😀
Offline
iTestBoy 2 months ago
it doesn't work
Offline
poopysloopydoopy 2 months ago
Doesn't work at all
Offline
AtticusWasNotTaken 2 months ago
(My Version Works)
--[[
Infinite Deflect Script
]]
local replicatedStorage = game:GetService("ReplicatedStorage")
local remote = replicatedStorage:WaitForChild("Remotes"):WaitForChild("ConfirmPickEvent")
local args = {"Deflect"}
-- Keep firing the event repeatedly
while true do
remote:FireServer(unpack(args))
wait(0.1) -- Adjust delay as needed (lower = faster, but might cause lag)
end
![[🎉 RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)
Voxle Hub
