Touched (Event): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
Added example
>Camoy
Added example
(No difference)

Revision as of 16:09, 29 August 2010

Touched ( BasePart part )
Description Fired when another part comes in contact with this object.
Member of: [[RBX.lua.BasePart (Object)|BasePart]]
Example
game.Workspace.Part.Touched:connect(function(part)
  print(part)
end)