Joined
·
566 Posts
When you add HD Admin to you game, there is a very annoying icon in the top left near the chat button.
Lets Remove it.
Create a LocalScript, then paste this code into it.
[CODE lang="lua" title="HD Admin Icon Remover"]local hdMain = require(game:GetService("ReplicatedStorage"):WaitForChild("HDAdminSetup")):GetMain()
local hd = hdMain:GetModule("API")
hd:SetTopbarEnabled(false)[/CODE]
Put the script in StarterPlayerScripts.
Then boom! You removed the Hd Admin icon. Hd admin will still work, but it wont have that annoying icon.
Lets Remove it.
Create a LocalScript, then paste this code into it.
[CODE lang="lua" title="HD Admin Icon Remover"]local hdMain = require(game:GetService("ReplicatedStorage"):WaitForChild("HDAdminSetup")):GetMain()
local hd = hdMain:GetModule("API")
hd:SetTopbarEnabled(false)[/CODE]
Put the script in StarterPlayerScripts.
Then boom! You removed the Hd Admin icon. Hd admin will still work, but it wont have that annoying icon.