for i,v in pairs(workspace.Vehicles:GetChildren()) do if v.Seat.PlayerName.Value == game:GetService("Players").LocalPlayer.Name then v:MoveTo(Vector3.new(0,0,0)--[[Position--]]) end end