local plr = game:GetService("Players").LocalPlayer local lobby = workspace.lobby local function tp(pos) plr.Character.HumanoidRootPart.CFrame = CFrame.new(pos) end tp(lobby.dropperHitbox.Position) task.wait() tp(lobby.finalSegment.Hitbox.Position)