This site is inactive!

This site is no longer kept up to date. It has been superseded by the Roblox API Reference. Please update your bookmarks.

Tags: notCreatable

Members

Functions

Returns Function History
void AddCenterDialog ( Instance dialog, CenterDialogType centerDialogType, Function showFunction, Function hideFunction )
void AddKey ( string key )
void AddSelectionParent ( string selectionName, Instance selectionParent ) (+0.193)
void AddSelectionTuple ( string selectionName, Tuple selections ) (+0.193)
void AddSpecialKey ( SpecialKey key )
void BroadcastNotification ( string data, int notificationType ) (+0.303)
void ClearError ( ) (+0.356)
bool CloseStatsBasedOnInputString ( string input ) (+0.297)
int GetBrickCount ( ) (+0.157)
Instance GetClosestDialogToPosition ( Vector3 position ) (+0.206)
int GetConnectorCount ( ) (+0.157, −0.213)
ConnectionError GetErrorCode ( ) (+0.347)
ConnectionError GetErrorType ( ) (+0.347)
Tuple GetGuiInset ( ) (+0.267)
int GetInstanceCount ( ) (+0.157, −0.213)
Dictionary GetNativeViewFeatureList ( ) (+0.301, −0.303)
Dictionary GetNotificationTypeList ( ) (+0.303)
int GetResolutionScale ( ) (+0.290)
Dictionary GetSafeZoneOffsets ( ) (+0.339)
string GetUiMessage ( ) (+0.182)
float GetVoxelCount ( ) (+0.157, −0.213)
bool IsMemoryTrackerEnabled ( ) (+0.298)
bool IsTenFootInterface ( ) (+0.232)
void OpenBrowserWindow ( string url ) (+0.83)
void OpenNativeOverlay ( string title, string url ) (+0.298)
void RemoveCenterDialog ( Instance dialog )
void RemoveKey ( string key ) (+0.125)
void RemoveSelectionGroup ( string selectionName ) (+0.193)
void RemoveSpecialKey ( SpecialKey key ) (+0.171)
void RequestNativeView ( string url, int featureType ) (+0.298, −0.303)
void SendNotification ( string title, string text, string image, int duration, Function callback ) (−0.190)
void SetGlobalGuiInset ( int x1, int y1, int x2, int y2 ) (+0.91)
void SetGlobalSizeOffsetPixel ( int x, int y ) (−0.91)
void SetMenuIsOpen ( bool open ) (+0.213)
void SetSafeZoneOffsets ( float top, float bottom, float left, float right ) (+0.339)
void SetUiMessage ( UiMessageType msgType, string uiMessage = errorCode ) (+0.182)
void ShowAppShellTabBar ( bool value ) (+0.300, −0.303)
bool ShowStatsBasedOnInputString ( string input ) (+0.219)
void ToggleFullscreen ( ) (+0.201)
string GetErrorMessage ( ) (+0.157)
void SetErrorMessage ( string errorMessage ) (+0.157, −0.273)

YieldFunctions

Returns YieldFunction History
Vector2 GetScreenResolution ( ) (+0.131)
  • 1 yieldfunction inherited from Instance

Events

Event History
BrowserWindowClosed ( ) (+0.124)
EscapeKeyPressed ( ) (−0.304)
KeyPressed ( string key, string modifiers )
MenuClosed ( ) (+0.213)
MenuOpened ( ) (+0.213)
SafeZoneOffsetsChanged ( ) (+0.339)
ShowLeaveConfirmation ( ) (+0.162)
SpecialKeyPressed ( SpecialKey key, string modifiers )
UiMessageChanged ( UiMessageType msgType, string newUiMessage ) (+0.182)
ErrorMessageChanged ( string newErrorMessage ) (+0.157)

Callbacks

Returns Callback History
void SendCoreUiNotification ( string title, string text ) (+0.211)

Property Descriptions

bool GuiService.AutoSelectGuiEnabled

Version History:(+0.201)

Class:Folder GuiService.CoreEffectFolder

Version History:(+0.265)

Tags: RobloxScriptSecurity, hidden

Class:Folder GuiService.CoreGuiFolder

Version History:(+0.265)

Tags: RobloxScriptSecurity, hidden

bool GuiService.CoreGuiNavigationEnabled

Version History:(+0.234)

bool GuiService.GamepadNavigationEnabled

Version History:(+0.196, −0.201)

Tags: RobloxScriptSecurity

bool GuiService.GuiNavigationEnabled

Version History:(+0.201)

bool GuiService.MenuIsOpen

Version History:(+0.213)

Tags: readonly

bool GuiService.ScreenGuiEnabled

Version History:(+0.244, −0.304)

Tags: RobloxScriptSecurity

Class:GuiObject GuiService.SelectedCoreObject

Version History:(+0.196)

Tags: RobloxScriptSecurity

Class:GuiObject GuiService.SelectedObject

Version History:(+0.193)

bool GuiService.ShowLegacyPlayerList

Version History:(−0.213)

Tags: RobloxScriptSecurity

bool GuiService.UseLuaChat

Version History:(+0.67, −0.213)

Tags: readonly

double GuiService.Version

Version History:(−0.213)

Tags: readonly

bool GuiService.IsModalDialog

Deprecated: This member is deprecated.

Tags: readonly

bool GuiService.IsWindows

Version History:(+0.67)

Deprecated: This member is deprecated.

Tags: readonly

Function Descriptions

voidGuiService.AddCenterDialog ( Instance dialog, CenterDialogType centerDialogType, Function showFunction, Function hideFunction )

Tags: RobloxScriptSecurity

voidGuiService.AddKey ( string key )

Tags: RobloxScriptSecurity

voidGuiService.AddSelectionParent ( string selectionName, Instance selectionParent )

Version History:(+0.193)

voidGuiService.AddSelectionTuple ( string selectionName, Tuple selections )

Version History:(+0.193)

voidGuiService.AddSpecialKey ( SpecialKey key )

Tags: RobloxScriptSecurity

voidGuiService.BroadcastNotification ( string data, int notificationType )

Version History:(+0.303)

Tags: RobloxScriptSecurity

voidGuiService.ClearError ( )

Version History:(+0.356)

Tags: RobloxScriptSecurity

boolGuiService.CloseStatsBasedOnInputString ( string input )

Version History:(+0.297)

Tags: RobloxScriptSecurity

intGuiService.GetBrickCount ( )

Version History:(+0.157)

Tags: RobloxScriptSecurity

InstanceGuiService.GetClosestDialogToPosition ( Vector3 position )

Version History:(+0.206)

Tags: RobloxScriptSecurity

intGuiService.GetConnectorCount ( )

Version History:(+0.157, −0.213)

Tags: RobloxScriptSecurity

ConnectionErrorGuiService.GetErrorCode ( )

Version History:(+0.347)

Tags: RobloxScriptSecurity

ConnectionErrorGuiService.GetErrorType ( )

Version History:(+0.347)

Tags: RobloxScriptSecurity

TupleGuiService.GetGuiInset ( )

Version History:(+0.267)

intGuiService.GetInstanceCount ( )

Version History:(+0.157, −0.213)

Tags: RobloxScriptSecurity

DictionaryGuiService.GetNativeViewFeatureList ( )

Version History:(+0.301, −0.303)

Tags: RobloxScriptSecurity

DictionaryGuiService.GetNotificationTypeList ( )

Version History:(+0.303)

Tags: RobloxScriptSecurity

intGuiService.GetResolutionScale ( )

Version History:(+0.290)

Tags: LocalUserSecurity

DictionaryGuiService.GetSafeZoneOffsets ( )

Version History:(+0.339)

Tags: RobloxScriptSecurity

stringGuiService.GetUiMessage ( )

Version History:(+0.182)

Tags: RobloxScriptSecurity

floatGuiService.GetVoxelCount ( )

Version History:(+0.157, −0.213)

Tags: RobloxScriptSecurity

boolGuiService.IsMemoryTrackerEnabled ( )

Version History:(+0.298)

Tags: RobloxScriptSecurity

boolGuiService.IsTenFootInterface ( )

Version History:(+0.232)

voidGuiService.OpenBrowserWindow ( string url )

Version History:(+0.83)

Tags: RobloxScriptSecurity

voidGuiService.OpenNativeOverlay ( string title, string url )

Version History:(+0.298)

Tags: RobloxScriptSecurity

voidGuiService.RemoveCenterDialog ( Instance dialog )

Tags: RobloxScriptSecurity

voidGuiService.RemoveKey ( string key )

Version History:(+0.125)

Tags: RobloxScriptSecurity

voidGuiService.RemoveSelectionGroup ( string selectionName )

Version History:(+0.193)

voidGuiService.RemoveSpecialKey ( SpecialKey key )

Version History:(+0.171)

Tags: RobloxScriptSecurity

voidGuiService.RequestNativeView ( string url, int featureType )

Version History:(+0.298, −0.303)

Tags: RobloxScriptSecurity

voidGuiService.SendNotification ( string title, string text, string image, int duration, Function callback )

Version History:(−0.190)

Tags: RobloxScriptSecurity

voidGuiService.SetGlobalGuiInset ( int x1, int y1, int x2, int y2 )

Version History:(+0.91)

Tags: RobloxScriptSecurity

voidGuiService.SetGlobalSizeOffsetPixel ( int x, int y )

Version History:(−0.91)

Tags: RobloxScriptSecurity

voidGuiService.SetMenuIsOpen ( bool open )

Version History:(+0.213)

Tags: RobloxScriptSecurity

voidGuiService.SetSafeZoneOffsets ( float top, float bottom, float left, float right )

Version History:(+0.339)

Tags: RobloxScriptSecurity

voidGuiService.SetUiMessage ( UiMessageType msgType, string uiMessage = errorCode )

Version History:(+0.182)

Tags: LocalUserSecurity

voidGuiService.ShowAppShellTabBar ( bool value )

Version History:(+0.300, −0.303)

Tags: RobloxScriptSecurity

boolGuiService.ShowStatsBasedOnInputString ( string input )

Version History:(+0.219)

Tags: RobloxScriptSecurity

voidGuiService.ToggleFullscreen ( )

Version History:(+0.201)

Tags: RobloxScriptSecurity

stringGuiService.GetErrorMessage ( )

Version History:(+0.157)

Deprecated: This member is deprecated.

Tags: RobloxScriptSecurity

voidGuiService.SetErrorMessage ( string errorMessage )

Version History:(+0.157, −0.273)

Deprecated: This member is deprecated.

Tags: LocalUserSecurity

YieldFunction Descriptions

Vector2GuiService.GetScreenResolution ( )

Version History:(+0.131)

Tags: RobloxScriptSecurity

Event Descriptions

GuiService.BrowserWindowClosed ( )

Version History:(+0.124)

Tags: RobloxScriptSecurity

GuiService.EscapeKeyPressed ( )

Version History:(−0.304)

Tags: RobloxScriptSecurity

GuiService.KeyPressed ( string key, string modifiers )

Tags: RobloxScriptSecurity

GuiService.MenuClosed ( )

Version History:(+0.213)

GuiService.MenuOpened ( )

Version History:(+0.213)

GuiService.SafeZoneOffsetsChanged ( )

Version History:(+0.339)

Tags: RobloxScriptSecurity

GuiService.ShowLeaveConfirmation ( )

Version History:(+0.162)

Tags: RobloxScriptSecurity

GuiService.SpecialKeyPressed ( SpecialKey key, string modifiers )

Tags: RobloxScriptSecurity

GuiService.UiMessageChanged ( UiMessageType msgType, string newUiMessage )

Version History:(+0.182)

Tags: RobloxScriptSecurity

GuiService.ErrorMessageChanged ( string newErrorMessage )

Version History:(+0.157)

Deprecated: This member is deprecated.

Tags: RobloxScriptSecurity

Callback Descriptions

voidGuiService.SendCoreUiNotification ( string title, string text )

Version History:(+0.211)

Tags: RobloxScriptSecurity

Inherits: