All your problems with the roblox topbar, removed!

THE LINK HAS CHANGED BECAUSE THE OLD ONE GOT TAKEN DOWN

https://create.roblox.com/store/asset/18631131718/Playtest-Topbar-Remover?tab=description

**THIS IS BIG!**
YOU CAN NOW REMOVE THE TOPBAR COMPLETELY! FOREVER! NEVER TO COME BACK!!!

P.s. Roblox has probably deleted this by the time you read it…

You can use this plugin to kill the topbar and ALL Roblox’s Stupid Core UI

Sry for calling ur ui stupid Roblox… I’m probaly gonna get banned for making this…

https://create.roblox.com/store/asset/18631131718/Playtest-Topbar-Remover?tab=description

So, What r u waiting for? Use this plugin⁄!!!

Disclaimer: This module has probably been deleted / stopped working by the time you read this

Apoplogy to Roblox about everything I said about their ui… oops…

SOURCE CODE:

wait(5)
print("Deleting Core >:)")

local CoreGui = game:GetService("CoreGui")
for _, child in pairs(CoreGui:GetChildren()) do
	if child.Name ~= "TopbarPlus" or "CustomTopbar" then
		child:Destroy()
	end
end

how I make this code work, is a secret though…

This plugin WILL NOT REMOVE TOPBARPLUS.
This plugin WILL NOT REMOVE ANY FOLDER NAMED ‘CustomTopbar’

3 Likes

are you ok sir

3 Likes

oop sry my page had just crashed :slight_smile: :smiley:

3 Likes

Sounds cool! Mind uploading source to github so it cant be taken down?

2 Likes

I can’t find this model anywhere. Mind reuploading?

2 Likes

K I’ll re Upload it now and add it to GitHub

1 Like

@kitsinbedwarsarefun - How would I do that?

1 Like

are you saying this will work in game? because plugins already have access to coregui with their elevated securitycontext

1 Like

No. This plugin is just to stop the CoreGui in Playtesting

I was also trying to make it remove it in game also though

1 Like

ok then how to do it: 1. create script wherever and paste in that source code. 2. right click, then click save as local plugin. Finished!

1 Like

this removes absolutely everything* as “CustomTopbar” always exists

3 Likes