ADVERTISEMENTREMOVE ADS

Boxing League Auto Queue/Find Opponent

Boxing League
2 years ago
Script preview thumbnail
Script Preview

Description

Will queue randomly on the empty rings waiting for opponent

Features:

  • IN DESCRIPTION
ADVERTISEMENTREMOVE ADS
23 Lines • 641 Bytes
Verified
Raw
getgenv().On = true
local ReplicatedStorage = game:GetService("ReplicatedStorage")
while getgenv().On == true do
for i,v in pairs(workspace.VS:GetChildren()) do
if v.Name ~= "V1" then
if v.COUNT.CC.NB.Text == "" then
print(v)
for b = 1,2 do
task.wait()
local args = {
[1] = workspace:WaitForChild("VS"):WaitForChild(v.Name),
[2] = b,
[3] = "yes",
[4] = 1
}
ReplicatedStorage:WaitForChild("JoinRound"):FireServer(unpack(args))
end
end
end
end
end
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS