Touched (Event)

From Legacy Roblox Wiki
Revision as of 15:14, 27 January 2011 by >Camoy (formatted)
Jump to navigationJump to search
Touched ( BasePart part )
Description Fired when another part comes in contact with this object.
Member of: BasePart


Example
game.Workspace.Part.Touched:connect(function(part)
  print(part)
end)