How can I make a conveyor system that moves object on top of them like a grid system?

Hi! How can I make my conveyors move the block or model on top of them to the next conveyor with a smooth transition but like a grid system?

Thanks!

1 Like

does this help or what because i dont know what you mean

This will make players and parts move on top of the conveyor belt

while true do
-- 500 is the speed of movement u can change
script.Parent.Velocity = script.Parent.CFrame.lookVector *500 

wait(0.1)

end

No! I mean like a while loop that waits 1 second and when1 second passes, it moves the block or player on top of the conveyor to the next conveyor something like Model:MoveTo(currentposition + vector3.new(5, 0, 0))

So it doesnt moves smoothly? (Character limit)

Iā€™m not sure, but do you mean an escalator?