Classes
You are in:
Occurs when an object bumps into the part.
local truss = script.Parent truss.Touched:connect(function(hit) print('we have hit ' .. hit.name) end)