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!
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!
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?