I got that error trying to run a script. I've checked around, and everyone says it's about not defining position, but the script isn't dealing with a position, it's dealing with orientation.
Here's the script:
local part = game.workspace.Conveyor local Turtle = game.workspace.Model local Turtle2 = {Turtle.a, Turtle.b, Turtle.c, Turtle.d, Turtle.e, Turtle.f, Turtle.g} local orient = Turtle2.Orientation part.Velocity = Vector3.new(3, 0, 0) wait(3) orient = orient + Vector3.new(0, 90, 0) Turtle2.Orientation = orient