Lightsaber Arena Script | AUTO BLOCK, INF STAMINA, GRAB ALL SABERS – USE BEFORE PATCH

Created by gesus 

Features:

  • AUTO BLOCK
  • INFINITE STAMINA
 

 

local l = game.Players.LocalPlayer
      while true do
     wait()
     local A_1 = 100
     local q = game:GetService("ReplicatedStorage")["FatSaber_RS"].RemoteEvents.BlockRegen
     q:FireServer(A_1)
        if l.Character:FindFirstChild("Lightsaber") then

local Event = l.Character.Lightsaber.Events.BlockStart

Event:FireServer()
else
print("invalid")
end
end


while true do
    wait(2)
    pcall(function()
for i,v in pairs(game.Players:GetPlayers()) do
  if v.Character.RightHand:FindFirstChild("Saber") then
    local A_1 = "Equip"
    local A_2 = v.Character.RightHand.Saber
    local Event = game:GetService("ReplicatedStorage")["FatSaber_RS"].RemoteEvents.Ignite
    Event:FireServer(A_1, A_2)
  end
end
end)
end