How to disable roblox ingame menu?

ooh wait i can just make ui will this work?
image

That presumably would work, yes.

does it work

-- Within a LocalScript in StarterPlayerScripts and assuming TopbarPlus is placed in ReplicatedStorage
local Icon = require(game:GetService("ReplicatedStorage").Icon)
local icon = Icon.new()

icon:setImage("10762290938")

I tried but didn’t show?

IconController.voiceChatEnabled = true

You will need to look at the Documentation of the Module. It is provided in the post.

2 Likes

i tried but didnt work what sould i do with the GUI one will it stay where it is?

It should stay where it is. If Topbar+ isn’t working, try making your own from scratch. Shouldn’t be hard.

1 Like