Skip to content

Instantly share code, notes, and snippets.

local players = game:GetService("Players")
local bases = workspace:WaitForChild("Bases")
local function teleportToPlot(player, plot)
local character = player.Character
if not character then
character = player.CharacterAdded:Wait()
end