of     1   

mom0357
#220041479Thursday, June 29, 2017 5:38 PM GMT

the conveyer is going right but how do i make it go left ? Thats the code while true do script.Parent.Velocity = script.Parent.CFrame.lookVector*23 wait(0.2) end
BJCarpenter
#220043900Thursday, June 29, 2017 6:13 PM GMT

Use your math: script.Parent.Velocity = script.Parent.CFrame.lookVector * -23 also, do no put this in a while-loop. Just do it once.

    of     1