Touched (Event): Difference between revisions

From Goodblox Wiki
Jump to navigationJump to search
(Created page with "{{Event |name = Touched |arguments = iNSTANCE ''PART'' |description = Fired when another object comes in contact with this object. |object = GBX.lua.FlagStand (Object)|F...")
 
No edit summary
Line 1: Line 1:
{{Event
{{Event
|name = Touched
|name = Touched
|arguments = [[iNSTANCE]] ''PART''
|arguments = [[Instance]] ''PART''
|description = Fired when another object comes in contact with this object.
|description = Fired when another object comes in contact with this object.
|object = [[GBX.lua.FlagStand (Object)|Flagstand]], [[GBX.lua.Part (Object)|Part]], [[GBX.lua.Seat (Object)|Seat]], [[GBX.lua.SpawnLocation (Object)|SpawnLocation]]
|object = [[GBX.lua.FlagStand (Object)|Flagstand]], [[GBX.lua.Part (Object)|Part]], [[GBX.lua.Seat (Object)|Seat]], [[GBX.lua.SpawnLocation (Object)|SpawnLocation]]
}}
}}
[[Category:Events]]
[[Category:Events]]

Revision as of 10:04, 24 June 2020

Event
Syntax Touched( Instance PART )
Description: Fired when another object comes in contact with this object.
In Object: Flagstand, Part, Seat, SpawnLocation