stuff

 avatar
Checktech43
lua
2 years ago
278 B
4
Indexable
local mainGui = script.Parent
local round1 = mainGui.round1
local teleportService = game:GetService("TeleportService")
local player = game.Players.LocalPlayer

local gameID = 13942511702


round1.MouseButton1Up:Connect(function()
	teleportService:Teleport(gameID, player)
	
end)
Editor is loading...