Object Events: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Quenty Created page with "''You may be looking for Events'' __TOC__ What are events? Events are basically saying 'when this happens, run this Lua code'. An event might include when an object is rem..." |
>Quenty No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
''You may be looking for [[Events]]'' | ''You may be looking for [[Events]]'' | ||
__TOC__ | __TOC__ | ||
== What are Events == | |||
What are events? Events are basically saying 'when this happens, run this Lua code'. An event might include when an object is removed, when one part touches another part, etc, etc. Infact, a lot of code you use will be used to teach about events. | What are events? Events are basically saying 'when this happens, run this Lua code'. An event might include when an object is removed, when one part touches another part, etc, etc. Infact, a lot of code you use will be used to teach about events. | ||
== Examples == | |||
Below are some examples of events. |
Latest revision as of 02:03, 16 March 2012
You may be looking for Events
What are Events
What are events? Events are basically saying 'when this happens, run this Lua code'. An event might include when an object is removed, when one part touches another part, etc, etc. Infact, a lot of code you use will be used to teach about events.
Examples
Below are some examples of events.