simple, align posiiton isnt teleporting to its position if its not aligned in the first place
then takes a while to get to its position
video:
External Mediathe tracks are created on the client, these worked fine when the tank was already in workspace when it was loaded in, but when i spawn it with the spawner the tracks are not with it
its spawned with this code
local vehicle = self.vehicle:Clone()
vehicle.Body.Anchored = true
vehicle.Parent = workspace
task.wait(0.1) -- wait for everything to load in
vehicle:PivotTo(self.spawnPoint.CFrame)
vehicle.Body.Anchored = false
vehicle.Parent = VEHICLE_HOLDER
update video:
External Mediain this video, the attachments are in the right spot but the tracks still dont teleport to where they should be