#I need help connecting tables to parts

4 messages · Page 1 of 1 (latest)

rancid escarp
#

So i know how to make table and remvove them and allat but i do know how to make it so if something happens the table removes but idk how to connect them to parts

#

like

#

local Table = {1,2,3}

part.touched:connect(function()
table.remove(Table, 1)
( here idk how to connect table to part)
end

midnight dune
#

I don't understand what is "Connect to table" ^-^'