Report window: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Quenty
Going to add more later.
>Flurite
No longer a stub?
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{stub}}
__TOC__
__TOC__
== What is the Report window? ==
== What is the Report window? ==
Line 15: Line 14:
* Showing your settings.   
* Showing your settings.   


== Contacts, primitives, ect. ==  
== Contacts, primitives, etc. ==  
* Contacts are when a part is touching another part
* Contacts are when a part is touching another part
* Primitives are objects (like parts).  This is the brick count.   
* Primitives are objects (like parts).  This is the brick count.   
* Moving Prims are primitives (bricks) that are moving.
* Moving Prims are primitives (bricks) that are moving.
* World ID is the place's ID number that is being visited.  It is 0 if in unmarked place, such as going into studio and making a new place. 
* Timing: Physics is the frame rate of physics. This should be around 29 or 30.   
* Timing: Physics is the frame rate of physics. This should be around 29 or 30.   
* Timing: Rendering is the frame rate of the game. This should also be around 29 or 30.   
* Timing: Rendering is the frame rate of the game. This should also be around 29 or 30.   


ROBLOX administrators and developers use the report window to debug the game, and identify problems. \
ROBLOX administrators and developers use the report window to debug the game, and identify problems.  


== See Also ==
== See Also ==
* [[Roblox Studio]]
* [[Roblox Studio]]
* [[Online mode]]
* [[Online mode]]

Latest revision as of 21:40, 18 January 2012

What is the Report window?

The Report window shows feedback about your current computer status while it is running ROBLOX. This is accessed by View / Report.

File:Reportwindow.JPG
The Report window pane.
The GUI report window

You can also view a GUI report window in any game by holding down alt + F1 or ctrl + F1.

What is this good for?

The report window doesn't have a ton of uses. However, it can be used for these various uses.

  • Viewing the amount of parts
  • Identifying how much lag your place has
  • Identifying memory use of your game
  • Showing your settings.

Contacts, primitives, etc.

  • Contacts are when a part is touching another part
  • Primitives are objects (like parts). This is the brick count.
  • Moving Prims are primitives (bricks) that are moving.
  • Timing: Physics is the frame rate of physics. This should be around 29 or 30.
  • Timing: Rendering is the frame rate of the game. This should also be around 29 or 30.

ROBLOX administrators and developers use the report window to debug the game, and identify problems.

See Also