www.roblox-scripter.com

Roblox Talent Show script – (become host)

Functions: become host

Script developer: Oooga Booga
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)

Thank you for using our website
Your 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