For that you will need to make your own UI. Make sure it includes a Leave button! (Use Player:Kick())
ok ima use revamped one! if i can find
A way you can remove certain UI like Chat
, Backpack
, or the Leaderboard
is by using SetCoreGuiEnabled
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false) -- Leaderboard Disabled
Renaming PlayerGui already disables all of those functionalities.
Its never a good idea to do this, it can possibly break your game.
In the ScreenGui that has that frame, enable IgnoreGuiInset.
You will never have a clean output with this script in the game. The UI broke, it might be against TOS.
whats the thing called that makes a uicornerd button
Instance UICorner.
UICorner
Text
i mean like hd admin uses and its usefull and would it work? or not
Topbar+ is what you’re looking for:
ooh wait i can just make ui will this work?
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.
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.