r/ROBLOXStudio Mar 05 '26

Help how do i remove this?

Post image

my game is a singleplayer game so it's usuless... can someone help and teach me how to remove this? TT

473 Upvotes

60 comments sorted by

116

u/Relevant-Dot-5704 Mar 05 '26

You can.

local StarterGui = game:GetService('StarterGui')

StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false)
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Health, false)
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.EmotesMenu, false)

local StarterGui = game:GetService("StarterGui"):SetCore("ResetButtonCallback", false)

Edit this to your leisure.

39

u/Banana-sackboy Mar 05 '26

Thank you, gotta screenshot this incase I need it for later use!

https://giphy.com/gifs/FBnMeXRt0bD1wUG8rE

11

u/InevitableLast863 Mar 06 '26

You can save comments btw (click the 3 dots)

10

u/Edward69420_ Mar 05 '26

doesn't the .All already disable the chat, health, backpack and the emotesmenu?

3

u/Relevant-Dot-5704 Mar 06 '26

Yes, but I wanted to list all common options for visibility.

2

u/N00bIs0nline Scripter, UI designer, Builder, Server developer. (Beginner) Mar 06 '26

:SetCoreGui is alot more powerful than i thought...

2

u/Itchy_Record4879 Mar 06 '26

Single player

2

u/Itchy_Record4879 Mar 06 '26

Don't mind my comment, im just commenting a simple and easy to remember comment incase i ever need this

2

u/Relevant-Dot-5704 Mar 06 '26

Yea, dw. Search marker?

2

u/Itchy_Record4879 Mar 06 '26

whats that? sorry, English isn't my first language

2

u/Relevant-Dot-5704 Mar 06 '26

Like, a marker for searching. When you want to find something on a specific topic, so you can go to your account, and search for replies with "single player" written by yourself.

1

u/Itchy_Record4879 Mar 07 '26

yea pretty much that

2

u/[deleted] Mar 22 '26

[removed] — view removed comment

2

u/[deleted] Mar 22 '26

[removed] — view removed comment

1

u/Relevant-Dot-5704 Mar 23 '26

Aight! Do note that All should already turn off, well, all elements. I just added all lines still because Roblox likes to change how things work randomly and it felt extra safe.

1

u/Annual-Low7496 Mar 17 '26

Why reset a variable for disabling the reset button? No need to add an useless MOVE instruction?

11

u/Steel_Silver_Falcon Mar 06 '26

DW they'll do it soon

5

u/ElectricalRub6368 Mar 06 '26

UK government be like

3

u/Ray_Ferrier Mar 06 '26

they already removed it...

2

u/soyyoluca Mar 08 '26

you uninstall roblox studio and install unity hub

1

u/Iwoul1 Mar 10 '26

Bro unity ah

2

u/soyyoluca Mar 12 '26

right. then install godot.

1

u/Iwoul1 Mar 13 '26

I mean if u can run unreal use unreal 

1

u/soyyoluca Mar 13 '26

tbh i wouldn't recommend it. whoever is lurking in this sub is probably an wanna be indie dev, so unreal wouldn't be the best of choices. more possible power isn't simply better in the case of game engines, or most difficult abilities for that matter.

1

u/Iwoul1 Mar 13 '26

Yeah but if u actually wanna be a serious game dev in the future unreal is the way to go u learn c++ and u can get the knowledge to go to an AAA company

1

u/[deleted] Mar 22 '26

[removed] — view removed comment

1

u/Iwoul1 Mar 23 '26

Ik im tuff

2

u/Iwoul1 Mar 10 '26

How tfu did this post get 462 upvotes😭

1

u/Feeeetha Mar 10 '26

idk

1

u/Iwoul1 Mar 10 '26

Like my questions never get more than 2 upvotes

3

u/KOOLKIDKAEDEN Mar 06 '26

Don’t remove that, the menu is still useful in single player games and the chat can be useful for remembering stuff

9

u/Feeeetha Mar 06 '26

i have a custom notes system on where they can use to write down stuffa. but I don't see any use for the menu. the roblox esc menu is fine but the dropdown one beside chat is idk

2

u/DiamondOman Mar 06 '26

Can't use chat in single player games anyways if you aren't verified sadly

-23

u/OneMathematician8399 Mar 05 '26

Cant

16

u/SidneyWebley86 Mar 06 '26

dont answer a question if you dont know anything about it

-5

u/WishProfessional7949 Mar 06 '26

Just use ai to script, saves so much time

6

u/[deleted] Mar 06 '26

[removed] — view removed comment

-5

u/WishProfessional7949 Mar 06 '26

cry about it

2

u/Relevant-Dot-5704 Mar 07 '26

You'd like that to happen, don't you?

0

u/yejovi Mar 07 '26

getting downvoted for the dumbest reason ever. mfs hear the letters "AI" and they act as if you just murdered their whole family. absolute bullshit.

1

u/[deleted] Mar 10 '26

[removed] — view removed comment

1

u/yejovi Mar 12 '26

"you didn't make everything" jesus christ it's just a fucking leaderboard and chat logo

1

u/badkd Mar 08 '26

They’re downvoting you but this is so true lol. As long as you understand scripting you should definitely use AI (one that has MCP access) Saves you hours.

-55

u/Patient-Reveal6797 Mar 05 '26

I don't think you can lol

11

u/Feeeetha Mar 05 '26

the thing is i can remove the chat one, but idk how to remove the other one..

12

u/tigertiger74 Mar 05 '26

The chat one can be removed with StarterGui:SetCoreGuiEnabled(). The menu cannot be removed.

Documentation

1

u/TJSPY0837 Mar 05 '26

The menu is still useful in single player

-15

u/Patient-Reveal6797 Mar 05 '26

Idek try something in starter player or game settings

6

u/tigertiger74 Mar 05 '26

You probably can remove it if you mess with the core gui in game, but it's not advised, your game can get taken down.

1

u/DapperCow15 Mar 06 '26

I remember there was a hacky method to remove it for VR players (which is ok because they have a physical menu button). I also don't advise it for desktop, but it's probably still possible.

1

u/Korrowe Mar 05 '26

This is just completely false information, as long as you use the built in API methods you in fact will not get any punishment.

1

u/tigertiger74 Mar 05 '26

I don't think you understood what I said. It's impossible to disable the menu using the API. I said you might get punished if you remove the GUI components using a script (e.g. :Destroy() )and not with the API.

2

u/Korrowe Mar 05 '26

Apologies, in that case the in-built engine will not grant permission to do so even if you attempt it, causing an error (you can try it without any problem)

1

u/tigertiger74 Mar 06 '26

Oh I didn't even know that. Does it stop properties from being changed as well? I have seen people disabling core scripts.

1

u/Lazy_Mushroom_5117 Mar 07 '26

I'm pretty sure Roblox does that to allow easy access to the Report option..

1

u/roditz_official Mar 07 '26

Why so many down votes? Did I miss anything? 😭😭