gethui
Returns a hidden UI container that minimalizes most detection methods.
function gethui(): InstanceExample
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(): Instancelocal UI = Instance.new("ScreenGui")
UI.Parent = gethui()
print(gethui().ScreenGui) -- Output: "ScreenGui"Last updated