@@ -401,18 +401,22 @@ properties:
401401 Determines whether the `Class.GuiButton` can be interacted with or not, or if
402402 the `Enum.GuiState|GuiState` of the `Class.GuiObject` is changing or not.
403403 description : |
404+ Determines whether the `Class.GuiButton` can be interacted with or not, or if
405+ the `Enum.GuiState|GuiState` of the `Class.GuiObject` is changing or not.
406+
404407 On a `Class.GuiButton`:
405408 - When the `Class.GuiObject.Interactable|Interactable` setting on the `Class.GuiButton` is
406- set to `false`, The `Class.GuiButton` will no longer be able to be pressed or clicked. and the
409+ set to `false`, the `Class.GuiButton` will no longer be able to be pressed or clicked, and the
407410 `Class.GuiObject.GuiState|GuiState` will be constantly set to `Enum.GuiState.NonInteractable|NonInteractable`.
408411 - When the `Class.GuiObject.Interactable|Interactable` setting on the `Class.GuiButton` is
409- set to `true`, The `Class.GuiButton` will behave normally again, and the `Class.GuiObject.GuiState|GuiState` will
412+ set to `true`, the `Class.GuiButton` will behave normally again and the `Class.GuiObject.GuiState|GuiState` will
410413 behave normally.
414+
411415 On a `Class.GuiObject`:
412416 - When the `Class.GuiObject.Interactable|Interactable` setting on the `Class.GuiButton` is
413- set to `false`, The `Class.GuiObject.GuiState|GuiState` will be constantly set to `Enum.GuiState.NonInteractable|NonInteractable`.
417+ set to `false`, the `Class.GuiObject.GuiState|GuiState` will be constantly set to `Enum.GuiState.NonInteractable|NonInteractable`.
414418 - When the `Class.GuiObject.Interactable|Interactable` setting on the `Class.GuiButton` is
415- set to `true`, The `Class.GuiObject.GuiState|GuiState` will behave normally again.
419+ set to `true`, the `Class.GuiObject.GuiState|GuiState` will behave normally again.
416420 code_samples : []
417421 type : bool
418422 tags : []
0 commit comments