local ChosenVehicle = "VehicleNameHere" game:GetService("Workspace").ObjectSelection[ChosenVehicle].DriveSeat.Disabled = false -- Let's the seat be able to be used by You game.Players.LocalPlayer.Character.HumanoidRootPart.Position = game:GetService("Workspace").ObjectSelection[ChosenVehicle].DriveSeat.Position -- Teleports you into the Vehicle's seat