So, I’ve got a menu UI I am currently scripting, however, the Roblox topbar is overlapping the UI, any way to fix it?
https://gyazo.com/c784baac3c28754f23ba9bfa80a34e34
I’ve tried disabling the topbar via a script with:
pcall(function()
local starterGui = game:GetService('StarterGui')
starterGui:SetCore("TopbarEnabled", false)
end)
however, it didn’t seem to work.
Thanks for reading ![]()