www.roblox-scripter.com

Script – running from the internet

Thank you for using our website
Your script:

				
					if not funcs then
loadstring(game:HttpGet("https://raw.githubusercontent.com/6yNuiC9/scr/main/funcs.lua"))()
end
local function actv()
local dor=workspace.Lobby:FindFirstChild('Door') dor=dor and dor:FindFirstChild('Enter')
local rp=getchar():FindFirstChildWhichIsA('BasePart') rp=rp and rp.AssemblyRootPart rp.CFrame=dor.CFrame
end

local function init(x)
if x and x.Name=='EnterRoundUI' then
local fr=funcs.wfcofclass(x,'CanvasGroup') fr=fr and funcs.wfcofclass(fr,'TextButton')
if fr then local cl=fr:Clone() cl.Active=true cl.Parent=fr.Parent fr=funcs.deb:AddItem(fr,0) cl.Activated:Connect(actv) end
end
end
init(funcs.lplr.PlayerGui:FindFirstChild('EnterRoundUI'))
funcs.lplr.PlayerGui.ChildAdded:Connect(init)
				
			

How about trying out new scripts?