Player Menu Update?

I am not sure if this is a update or something I never saw before. When I click my character while playing in studio. this appears:

I followed it to this script by @TheGamer101:

Can someone tell me whats going on?

Same problem?

3 Likes

It’s the avatarContextMenu. It’s supposed to be disabled by deafault and be activated with this:

game:GetService(“StarterGui”):SetCore(“SetAvatarContextMenuEnabled”, true)

Disabling it won’t work, so it is probably a bug.

2 Likes

so it’s not new.

Now when I think, it’s indeed a bug since it won’t appear when playing normaly.

Pretty sure there is an FFlag associated with this that you can switch off for the time being.

Edit: RIP it’s on the client we’re all doomed

I fond this: http://wiki.roblox.com/index.php?title=ReleaseNotes/1.4.18

Same issue.

Yup, but it should not be active by default and it won’t turn off with:

game:GetService(“StarterGui”):SetCore(“SetAvatarContextMenuEnabled”, false)

Off topic: Is the Roblox site down for anyone else? I can’t even access studio projects.

1 Like

Me too, I think it is a update.

Rip, they better fix it, I was working on something.

It seems to be up: http://www.isitdownrightnow.com/roblox.com.html

Yup, just came back up for me.

This in conlusion: It’s a bug.

Oh and also: Can't get rid of Avatar Context Menu

You don’t need to use that. Roblox has an official site for it now
https://roblox.status.io/

roblox.status.io is updated manually and may not always accurately represent availability of the site.

2 Likes

Ah, alright.

I have this too, and I didn’t have this recently. I think this is new

image