MADE BY Oooga Booga
FEATURE:
- AUTOMATICALLY BECOME HOST WHEN THEY EXPIRED
SCRIPT:
while true do
wait()
spawn(function()
if game:GetService("Players").LocalPlayer.PlayerGui.MainInterface.HostTimerFrame.TimeLabel.Text == "No host" then
local args = {
[1] = "Host"
}
game:GetService("ReplicatedStorage").Remotes.PlayerRemotes.ChangeTeam:FireServer(unpack(args))
end
end)
end