#Collection service conveyor belts
1 messages · Page 1 of 1 (latest)
read everything on this page and you tell me? https://create.roblox.com/docs/reference/engine/classes/CollectionService
dont listen to pyro he's a troll
ill give you the correct link
im trying but i cant get it to work
show
local CollectionService = game:GetService("CollectionService")
local Belt = CollectionService:GetTagged("Conveyor")
local conveyorBelt = script.parent
local direction = Vector3.new(10,0,0)
conveyorBelt.AssemblyLinearVelocity = direction
i have tagged the conveyor belt part