Nil: 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.

11 December 2024

  • curprev 00:2400:24, 11 December 2024 PRG talk contribs 2,214 bytes +2,214 Created page with "{{CatUp|Tutorials}} __TOC__ == Introduction == '''"Nil"''' is a '''noninitialized''' value, or lack of a value, that is blank and equal to nothing. Arithmetic cannot be performed on nil or anything equivalent to nil, because 'nothing', unlike 0, is not a numerical value. When an object is deleted, using the ':Remove()' function, it is removed from the game completely by setting its parent to nil. Unless the object is referenced, it cannot be recovered. == U..."