Find any script for Roblox

Enter the name of the game or script.

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 executeEnjoy 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
				
			
Leave a Comment

Your email address will not be published. Required fields are marked *