Settings: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>LocalChum
(Typo fix.)
>Legend26
No edit summary
 
(4 intermediate revisions by 3 users not shown)
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.




{|class="wikitable" width="60%"  border="0" cellspacing="20" cellpadding="4" style="background: #eef; border: 5px dashed #f00"
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"
! Settings Objects
|-
|-
| width="20%"|Network
|[[RBX.lua.NetworkSettings (Object)|Network]]
| style="border:2px dashed #f66"|[[ExtraPingVariance]]<br>
|-
[[MaxSendBPS]]<br>
|[[RBX.lua.RenderSettings (Object)|Rendering]]
[[MinExtraPing]]
|-
 
|[[RBX.lua.Authoring (Object)|Authoring]]
 
|-
[[MaxSendBuffer]]<br>
|[[RBX.lua.DebugSettings (Object)|Diagnostics]]
[[PhysicsMtuAdjust]]<br>
[[PhysicsReceive]]<br>
[[PhysicsReplicationUpdateRate]]<br>
[[PhysicsSend]]<br>
[[ReplicationMtuAdjust]]<br>
[[SendRate]]
 
 
[[PrintInstances]]<br>
[[PrintPacketBuffer]]<br>
[[PrintPhysicsErrors]]<br>
[[PrintProperties]]<br>
[[Test1]]<br>
[[Test2]]<br>
[[Test3]]<br>
[[Test4]]
|-
|-
| width="20%"|Rendering
|[[RBX.lua.GameSettings (Object)|Game Options]]
| style="border:2px dashed #f66"|[[AASamples (Enum)|AASamples]]<br>
[[maxMeshDetail]]<br>
[[maxShadingQuality]]<br>
[[minMeshDetail]]<br>
[[minShadingQuality]]
 
 
[[Antialiasing]]<br>
[[Bevels]]<br>
[[Shadow]]<br>
[[FrameRateManager]]<br>
[[graphicsMode]]
 
 
[[FullscreenSize]]<br>
[[WindowSize]]
 
 
[[_AggregateSize]]<br>
[[delaySwapBuffer]]
|-
|-
| width="20%"|Authoring
|[[RBX.lua.TaskScheduler (Object)|Task Scheduler]]
| style="border:2px dashed #f66"|[[ShowDepricatedObjects]]<br>
[[ShowPreliminaryObjects]]
|-
|-
| width="20%"|Diagnostics
|[[RBX.lua.FastLogSettings (Object)|FastLogSettings]]
| style="border:2px dashed #f66"|[[30FpsThrottle]]<br>
[[DistributedPhysics]]<br>
[[PhysicsEnvironmentalThrottle]]
 
 
[[AssertAction]]<br>
[[SoundWarnings]]<br>
[[ValidatingDebug]]<br>
[[errorReporting]]
|-
|-
| width="20%"|Game Options
|[[RBX.lua.PhysicsSettings (Object)|Physics]]
| style="border:2px dashed #f66"|[[ChatHistory]]<br>
[[ChatScrollLength]]
 
 
[[SoftwareSound]]<br>
[[SoundEnabled]]
|-
|-
|[[RBX.lua.LuaSettings (Object)|Lua]]
|}
|}


[[Category:Settings]]
[[Category:Settings]]

Latest revision as of 18:17, 23 January 2012

The Settings panel is under Tools > Settings on the Roblox Studio menu bar.

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.


All settings are Lua Objects and can be accessed with the settings() function. However, you cannot use the function in a normal or local script as it is a protected function.

Settings Objects
Network
Rendering
Authoring
Diagnostics
Game Options
Task Scheduler
FastLogSettings
Physics
Lua