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