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

How to disable this new Roblox Character Gui feature?

Asked by
Radstar1 270 Moderation Voter
6 years ago

When you click your character it pulls up a GUI now and it's interfering with my combat system. Is there any way to disable this?

https://gyazo.com/4558475af4fb73471cdf8ca90e49a009

0
In my tests, I couldn't find a way to disable them, sorry. cailir 284 — 6y
0
I couldn't find anything on the wiki, maybe in a few days there'll be something about it. theCJarmy7 1293 — 6y
0
There was another question related to this and the guy said it only happens in Studio. If that’s true, try searching through the Studio settings to see if you can find and disable this. User#20279 0 — 6y
0
bump. Programical 653 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

Put this in a localscript

game:GetService("StarterGui"):SetCore("SetAvatarContextMenuEnabled", false) -- set to true if you want to enable it again.

0
This should work, but it doesn't. Programical 653 — 6y
0
weird, i just looked around the wiki till i found that RedSuper007 12 — 6y
Ad

Answer this question