How to Script Anything/Chapter3: Revision history

From ROBLOX Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 December 2024

  • curprev 23:2323:23, 10 December 2024 PRG talk contribs 14,738 bytes +14,738 Created page with "{{CatUp|How to Script Anything}} ==Chapter 3: Functions, Data Types, and Coroutines== A closer look at making your own functions is necessary before any significant scripting can be done. Events, data types, coroutines all require functions, and very few scripts can do anything on Roblox unless they have at least one function. ===Custom Functions=== To make your own custom function, you must answer the question "What do I want it to do?", or "Why am I writing it?" This..."