Touched (Event)

From Legacy Roblox Wiki
Revision as of 18:18, 30 December 2010 by >ArceusInator (Brackets)
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)