Comment: Difference between revisions

From Fancade Wiki
(Created page with "Use these to make notes that help explain your script to others, and your future self! File:screenshot2.png The limit on the amount of characters a note can hold is 15. _Comments, like all script blocks, only show in build mode (unless there are only comments and/or script blocks)._ _They are not designed to communicate with players of your game._ Category:Blocks ")
 
(Updated and revisited the page)
 
Line 1: Line 1:
Use these to make notes that help explain your script to others, and your future self!
{{Block
|image=Comment.png
|type=s
|folder=values
}}
Holds a small piece of text meant to explain the workings of a script.


[[File:screenshot2.png]]
<u>They are not designed to communicate with the players of your game.</u>


The limit on the amount of characters a note can hold is 15.
==Notes==


_Comments, like all script blocks, only show in build mode (unless there are only comments and/or script blocks)._
* The limit on the amount of characters a comment can hold is 15.
_They are not designed to communicate with players of your game._
 
* Comments, like all script blocks, only show in build mode (unless there are only comments and/or script blocks).




[[Category:Blocks]]
[[Category:Blocks]]

Latest revision as of 14:34, 17 May 2024

Comment
Comment.png
TypeScript block
ColliderNone
FolderValues

Holds a small piece of text meant to explain the workings of a script.

They are not designed to communicate with the players of your game.

Notes

  • The limit on the amount of characters a comment can hold is 15.
  • Comments, like all script blocks, only show in build mode (unless there are only comments and/or script blocks).