I just can't seem to work out how to do this. I have welded all the parts together and moved the main part but only that part will move.
Quirtx
"chur ma mokopuna"
Got it working! Thanks for the help!
Code used:
for i=1, 10 do
model:MoveTo(script.Parent.Scanner1.PrimaryPart.Position + Vector3.new(0,0.1,0))
wait(0.5)
end
"chur ma mokopuna"