Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

Is it possible to create a gui that overlaps the roblox interface?

Asked by 7 years ago

The title says what I want to ask

0
nope Perci1 4988 — 7y

1 answer

Log in to vote
0
Answered by
chrono2 189
7 years ago
Edited 7 years ago

As far as I'm aware, no. However, using the code provided, you can disable the default Roblox HUD one element at a time.

game.StarterGui:SetCoreGuiEnabled(0, false) --player list disabler

game.StarterGui:SetCoreGuiEnabled(1, false) --health bar disabler

game.StarterGui:SetCoreGuiEnabled(2, false) --backpack disabler

game.StarterGui:SetCoreGuiEnabled(3, false) --chat disabler

In the future it would be more prudent to actually use more than just the topic. It makes you sound less condescending. :)

Ad

Answer this question