diff --git a/defs.d.lua b/defs.d.lua index 25f668d..f55465c 100644 --- a/defs.d.lua +++ b/defs.d.lua @@ -6356,13 +6356,13 @@ declare class GuiService extends Instance SpecialKeyPressed: RBXScriptSignal TouchControlsEnabled: boolean UiMessageChanged: RBXScriptSignal - + EscapeKeyPressed: RBXScriptSignal<> BrowserWindowClosed: RBXScriptSignal<> IsWindows: boolean IsModalDialog: boolean UseLuaChat: boolean - + function AddCenterDialog(self, dialog: Instance, centerDialogType: EnumCenterDialogType, showFunction: ((...any) -> ...any), hideFunction: ((...any) -> ...any)): nil function AddKey(self, key: string): nil function AddSelectionParent(self, selectionName: string, selectionParent: Instance): nil