local PlayerCar = game.workspace.Vehicles[game.Players.LocalPlayer .."'s car"]
function teleportCar(cframe)
    playerCar:SetPrimaryPartCFrame(cframe)
end

teleportCar(CFrame.new(1088, 6, -1321)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: