gethui
Returns a hidden UI container that minimalizes most detection methods.
function gethui(): Instance
Example
local UI = Instance.new("ScreenGui")
UI.Parent = gethui()
print(gethui().ScreenGui) -- Output: "ScreenGui"
Last updated
Returns a hidden UI container that minimalizes most detection methods.
function gethui(): Instance
local UI = Instance.new("ScreenGui")
UI.Parent = gethui()
print(gethui().ScreenGui) -- Output: "ScreenGui"
Last updated