Category:Functions

From ROBLOX Wiki
Revision as of 12:28, 11 December 2024 by PRG (talk | contribs) (Created page with "Functions are pre-set commands that do an action based on the function called and the arguments given. Such things as Remove() and Clone() are both examples of functions. Go to the Class reference page for more information.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Functions are pre-set commands that do an action based on the function called and the arguments given. Such things as Remove() and Clone() are both examples of functions.

Go to the Class reference page for more information.