Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Debugger Appears Above Ingame UI #49

Merged
merged 2 commits into from
May 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/debugger/debugger.lua
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ function Debugger:autoInitialize(loop)

local parent = Instance.new("ScreenGui")
parent.Name = "MatterDebugger"
parent.DisplayOrder = 2 ^ 31 - 1
parent.ResetOnSpawn = false
parent.IgnoreGuiInset = true

Expand Down