stuff
Checktech43
lua
2 years ago
278 B
7
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...