Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ConveyerSpeed = 5 -- Change this to however fast you want your conveyor to move
- while true do
- script.Parent.Velocity = script.Parent.CFrame.lookVector * ConveyerSpeed
- wait(0.1)
- end
- --Created by 1MinuteRobloxTutorials--
Advertisement
Add Comment
Please, Sign In to add comment