Getting this error in my script: Position is not a valid member of Part. I'm not quite sure how this is even possible. . . as a Part always has have a position in the world space. I ran the script a few times to make sure it wasn't just a flaw, but I keep getting the same error. The script that it occurs in is quite massive, so I'll just post the line in which it occurred. If you need the full script, I can post it upon request.
vehicle.TopRightHinge.BodyGyro.CFrame = CFrame.new(vehicle.TopRightHinge.Position, vehicle.TopRightHinge.Right.Position)
Is there something here I'm missing or not seeing?
Any help is appreciated.