#Collection service conveyor belts

1 messages · Page 1 of 1 (latest)

sick yarrow
#

How can i use collection service to make conveyor belts

tall dust
reef lichen
#

dont listen to pyro he's a troll

#

ill give you the correct link

sick yarrow
reef lichen
#

show

sick yarrow
#
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

tall dust
#

should be a server script in serverscriptservice

#

and the part should be anchored

#

and tagged

#

and whats the point in collectionservice if you just gonna use script.parent anyway?