R2DA Wiki
(Adding categories)
No edit summary
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<center>The '''Console '''is menu that allows users to pinpoint scripting errors to report to PlaceRebuilder, allowing him to patch glitches. You can access this menu ingame by typing "/console" into the chat, or double tapping the top right corner on iPad.</center>
+
<center>The '''Error Console''' is menu that allows users to pinpoint scripting errors to report to PlaceRebuilder, allowing him to patch glitches. You can access this menu in-game by typing "/console" into the chat, or double tapping the top right corner on [[Tablet Support|Tablet]].</center>
 
   
 
[[File:Console.png|frame|center|The Console in-game.]]
 
[[File:Console.png|frame|center|The Console in-game.]]
 
[[File:CONSOLE_INDEX.png|center]]
 
[[File:CONSOLE_INDEX.png|center]]
  +
  +
=='''Common Errors'''==
  +
===ContentProdiver:Preload() failed===
  +
*This means an asset has failed to load in while you were waiting for assets to load. It's completely fine to ignore this.
  +
===Infinite yield possible on...===
  +
*This means that a never ending yield is possible for an asset. Normally it's okay to ignore this.
  +
===Attempt to concatenate field===
  +
*In computer programming, string concatenation is the operation of joining two character strings end-to-end. For example, the strings "snow" and "ball" may be concatenated to give "snowball".
  +
**If you see this then that means something could not be joined together. Most commonly this error happens when you try to change your main menu theme to "Merry Christmas".
   
 
=='''Trivia'''==
 
=='''Trivia'''==
*The creation of the '''Console''' originates from a Roblox Developer Console error that caused immense lag, thus pushing PlaceRebuilder to create his own.
+
*The creation of the '''Error Console''' originates from a [https://devforum.roblox.com/t/accessing-empty-table-causes-100-lag-spike/131273 Roblox Developer Console error] that caused immense lag, thus pushing [[User:PlaceRebuilder|PlaceRebuilder]] to create his own.
**Another reason is so iPad players can report mobile specific bugs.
+
**Another reason is so [[Tablet Support|Tablet]] players can report mobile specific bugs.
*The Server tab cannot be accessed, trying to do so will result in an error as it's only meant to be seen by PlaceRebuilder himself.
+
*The Server tab cannot be accessed, trying to do so will result in an error as it's only meant to be seen by [[User:PlaceRebuilder|PlaceRebuilder]] himself.
  +
**Only Head Moderators and PlaceRebuilder can legally access the server tab as it could be used for developing exploits.
  +
  +
__NOEDITSECTION__
  +
  +
{{FeatureNavBox}}
  +
  +
__NOTOC__
 
[[Category:Features]]
 
[[Category:Features]]

Latest revision as of 19:34, 12 December 2019

The Error Console is menu that allows users to pinpoint scripting errors to report to PlaceRebuilder, allowing him to patch glitches. You can access this menu in-game by typing "/console" into the chat, or double tapping the top right corner on Tablet.
Console

The Console in-game.

CONSOLE INDEX

Common Errors

ContentProdiver:Preload() failed

  • This means an asset has failed to load in while you were waiting for assets to load. It's completely fine to ignore this.

Infinite yield possible on...

  • This means that a never ending yield is possible for an asset. Normally it's okay to ignore this.

Attempt to concatenate field

  • In computer programming, string concatenation is the operation of joining two character strings end-to-end. For example, the strings "snow" and "ball" may be concatenated to give "snowball".
    • If you see this then that means something could not be joined together. Most commonly this error happens when you try to change your main menu theme to "Merry Christmas".

Trivia

  • The creation of the Error Console originates from a Roblox Developer Console error that caused immense lag, thus pushing PlaceRebuilder to create his own.
    • Another reason is so Tablet players can report mobile specific bugs.
  • The Server tab cannot be accessed, trying to do so will result in an error as it's only meant to be seen by PlaceRebuilder himself.
    • Only Head Moderators and PlaceRebuilder can legally access the server tab as it could be used for developing exploits.