My conveyors aren't "working"

Hi Guys! I’m making a game where I need to move items along a conveyor (kinda like how tycoons do it). moving parts horizontally seem to be working fine, but when I make a ramped conveyor, it doesn’t let the part go all the way up, but makes it go to around halfway and then it falls again. The slope isn’t very steep, only 15 degrees. Does anyone know how to fix this?

1 Like

What are you doing to make the conveyor move parts? If the conveyor is anchored and you are setting it’s velocity, are you also setting it’s Y velocity to push parts up too?

Another thing to check is to make sure that the objects that you want the conveyor to move are not round, otherwise they will roll down.

2 Likes
  1. It has a velocity script.
  2. It’s anchored.
  3. I’m setting it to lookvector (its pointing in the direction i want it to go).
  4. They are cubes.
1 Like

That sounds like it should be working. I’d might have to see the situation to understand it better.
You could try setting the friction of the conveyor belt and items to be high.

2 Likes

oml ty I’ve been stuck on this for like 3 days lol

1 Like