How to overwrite Roblox core UI icons?

I understand if there is no way because this is kind of a stupid question, but is there a way to replace the Roblox icon at the top left to something else?

image_2022-12-06_181213070

1 Like

Unfortunately not… maybe this will be a feature in future updates…

Add a script into ServerScriptService, and add this to the contents:

game.Players.PlayerAdded:Connect(function(plr)
plr.PlayerGui.Name = "_"
end)

This is a post I’ve seen on another topic. Others have claimed that this method works until Roblox implements an official method. However, you need to create your own menu, which is most likely not intentional.


My solution is to replace the files in the Content directory, which contains the Roblox logo. It will only apply to you and will revert in the next update of Roblox.

1 Like

Unfortunately, no. The Roblox icon at the top left is part of the Roblox branding and cannot be changed or replaced.