Settings: Difference between revisions

506 bytes removed ,  23 January 2012
no edit summary
>NXTBoy
(That was the ugliest table I've ever seen)
>Legend26
No edit summary
Line 1: Line 1:
The Settings panel is under Tools > Settings on the Roblox Studio menu bar.
The Settings panel is under Tools > Settings on the Roblox [[Studio]] menu bar.


Using the Settings panel one can change many of the specific features in Roblox, such as the window size, or toggle many hidden features.
Using the settings panel one can change many of the settings in Roblox.


The settings panel is divided into categories on the left, with settings on the right. A lot of settings and information can be viewed in-game (either in * [[Build Solo]] or [[Online mode]]) by pressing Ctrl+F1. Press the key combination again to exit. Settings cannot be changed in-game. When you do change settings remember to restart ROBLOX. (exit, then re-load it.)
The settings panel is divided into categories on the left, with settings on the right. A lot of settings and information can be viewed in-game (either in [[Build Solo]] or [[Online mode]]) by pressing Ctrl+F1. Press the key combination again to exit. Settings cannot be changed in-game. When you do change settings remember to restart ROBLOX.


All settings are Lua Objects and can be accessed with the [[Function_Dump/Roblox_Specific_Functions#settings.28.29|settings()]] function. However, you cannot use the function in a normal or local script as it is a protected function.


{|class="wikitable"
{|class="wikitable"
! Settings Objects
|-
|[[RBX.lua.NetworkSettings (Object)|Network]]
|-
|[[RBX.lua.RenderSettings (Object)|Rendering]]
|-
|[[RBX.lua.Authoring (Object)|Authoring]]
|-
|[[RBX.lua.DebugSettings (Object)|Diagnostics]]
|-
|-
! scope="row" | Network
|[[RBX.lua.GameSettings (Object)|Game Options]]
|
* [[ExtraPingVariance]]
* [[MaxSendBPS]]
* [[MinExtraPing]]
 
 
* [[MaxSendBuffer]]
* [[PhysicsMtuAdjust]]
* [[PhysicsReceive]]
* [[PhysicsReplicationUpdateRate]]
* [[PhysicsSend]]
* [[ReplicationMtuAdjust]]
* [[SendRate]]
 
 
* [[PrintInstances]]
* [[PrintPacketBuffer]]
* [[PrintPhysicsErrors]]
* [[PrintProperties]]
* [[Test1]]
* [[Test2]]
* [[Test3]]
* [[Test4]]
|-
|-
! scope="row" | Rendering
|[[RBX.lua.TaskScheduler (Object)|Task Scheduler]]
|
* [[AASamples (Enum)|AASamples]]
* [[maxMeshDetail]]
* [[maxShadingQuality]]
* [[minMeshDetail]]
* [[minShadingQuality]]
 
 
* [[Antialiasing]]
* [[Bevels]]
* [[Shadow]]
* [[FrameRateManager]]
* [[graphicsMode]]
 
 
* [[FullscreenSize]]
* [[WindowSize]]
 
 
* [[_AggregateSize]]
* [[delaySwapBuffer]]
|-
|-
! scope="row" | Authoring
|[[RBX.lua.FastLogSettings (Object)|FastLogSettings]]
|
* [[ShowDepricatedObjects]]
* [[ShowPreliminaryObjects]]
|-
|-
! scope="row" | Diagnostics
|[[RBX.lua.PhysicsSettings (Object)|Physics]]
|
* [[30FpsThrottle]]
* [[DistributedPhysics]]
* [[PhysicsEnvironmentalThrottle]]
 
 
* [[AssertAction]]
* [[SoundWarnings]]
* [[ValidatingDebug]]
* [[errorReporting]]
|-
|-
! scope="row" | Game Options
|[[RBX.lua.LuaSettings (Object)|Lua]]
|
|}
* [[ChatHistory]]
* [[ChatScrollLength]]


* [[SoftwareSound]]
* [[SoundEnabled]]
|}


[[Category:Settings]]
[[Category:Settings]]
Anonymous user