I recently made a conveyor belt that travels on an upward incline for a game I am working on. For some reason, the parts that travel along it do not travel up and get stuck at the bottom. Is this possible in Roblox studio, or am I wasting my time?
here is the code I am using
while true do script.Parent.Velocity = script.Parent.CFrame.lookVector *30 wait(0.1) end
What is the script parented to?
The conveyor part is probably facing the wrong way
to the conveyors actual part. works fine completely flat but not at an angle
I dont think you shall apply velocity at its look velocity. Maybe mess with that and see how it turns out.
Why don’t you just use AssemblyLinearVelocity.
Increase the Friction property in both the conveyor and the packages.