Hello. Problem: The system always teleports cars differently. It teleports one chassis correctly, but it teleports the other chassis completely randomly. There's no pattern. I think I need to use some other method of transport, but I don't know which one. I'm hoping for your help.
local lineupMaxPlayers = self.raceContainer:GetAttribute(Constants.START_LINEUP_MAX_PLAYERS_ATTRIBUTE)
local lineupPadding = self.raceContainer:GetAttribute(Constants.START_LINEUP_PADDING_ATTRIBUTE)
local position = self.startingArea.Position
local direction = (self.checkpoints[1].Position - position) * Vector3.new(1, 0, 1)
local lineupCFrame = CFrame.lookAt(position, position + direction)
lineupPlayers(self.players, lineupCFrame, lineupMaxPlayers, lineupPadding)
local alignPositions = holdPlayers(self.players)
self.lineupAlignPositions = alignPositions
** You are now Level 3! **