Cant Find Star Creator Icon

I can’t find the exact one but it is somewhere in the source files, you can search and grab any icon Roblox has in-game you are looking for. For example, StarIcon@3x here’s the old one.

1 Like

To get to the files, just open the file location of the player till you get here.

1 Like

Yup! I found that one too. Its a custom made one and its not exactly the same as the original one. Thank you though.

1 Like

Yeah I did that, I just did not find the new one.

1 Like

It probably isn’t added till you join a game with someone who has it, is what I assume is why we cannot find it.

1 Like

Lol hi. I’m the creator of that fake version of the icon.

Yeah, I did have to combine multiple stock shapes since I couldn’t find it myself. There are definitely some things off in the fake version that isn’t that noticeable until you really say them, but that’s the closest you’ll probably ever be able to get.

(I could also remake and make it 10x more accurate if you really think it’s completely off).


I have heard of someone finding the original picture from a sprite sheet using image atlas, however, they didn’t provide proof or an image so that others wouldn’t have to dig.

You could try doing that, but that’s a lot of work…

Hey AwesomeDev. Couldn’t find any image on the web, but maybe you or your partner can try this? -

Open a photo editing app → Cover the pixelated icon in white (go over it with pen tool) → Remove the background by selecting it with the magic wand, inverting it and erasing the background with the eraser tool.

Tell me if you need any help if you’re gonna do it like this. :tongue:

Yeah I tried that but no answer

If you could, that would be wonderful! Also, I dont think its completely off im just saying its not 100% accurate.

1 Like

Yup. I tried that, but no answer.

Yeah I thought it would be confusing. What I meant for parter is YouTube partners. sorry for the confusion.

I thought of that, but its a bit hard and I’m not good at photo editing.

Alright so I tried remaking it, putting the shapes over the lowquality image to try and get proportions as accurate as possible (should have done that before.)

Here’s a video comparing the two:

Let me know if this is better:

Hope it helps!

1 Like

THANK YOU SO MUCH! This for sure helped!

2 Likes

Is this a png? It seems there is something inside the star.

Never mind. Its good. Also, do I have permission to use this in my upcoming game?

I don’t think you’ll be able to get a star good high quality creator png without doing it your self or doing the things everyone else has said.

Your best bet is to just edit it or use @TheSuzerain’s png. Honestly, it wouldn’t really make a difference unless someone was REALLY looking for it. Good luck if you’re still intent of finding a real one, but you’ll probably have to do the work for it.

:blush:

2 Likes

Of course! No credit is needed at all. It took like two seconds to make.

1 Like

Thanks again! This helped me out so much.

1 Like

It’s in Roblox Studio > Resources > ExtraContent > LuaPackages > Packages > Index > UIBlox > UIBlox > App > ImageSet > ImageAtlas
unknown (3)
Here’s the image, I know it’s a bit low res so I provided the originals.


or

Just a note: The location seems to change around, don’t really remember.

5 Likes

Since a lot of people are confused on how to access this icon in general, here’s how to do it.

Step 1: Paste this into an image label or image button:

rbxasset://LuaPackages/Packages/_Index/UIBlox/UIBlox/App/ImageSet/ImageAtlas/img_set_1x_3.png

Step 2: Set the ImageRectOffset to 0, 173 and set the ImageRectSize to 16, 16.
Step 3: Set the size of the image to {0, 16},{0, 16}.
Step 4: Profit?
image

If you want to make more of these icons, refer to the following file:
(roblox file location)\ExtraContent\LuaPackages\Packages_Index\UIBlox\UIBlox\App\ImageSet\GetImageSetData.lua

Look for an icon (eg. icons/status/player/videostar) by searching with your text editor/code editor, grab the ImageRectOffset and ImageRectSize, the path of the image sheet, and paste them in their proper location. Edit the above example in case you want to experiment. ImageRectOffset and ImageRectSize are different for each image. It’s also recommended to make the image the size of the ImageRectSize, so that the image does not appear blurry or pixelated.

Have fun, and happy designing!

2 Likes

Sorry to bump this post, but I needed to give you the following info:

The method above me no longer works, as the spritesheet’s have changed.

Anways, here is the updated file path for the star creator icon:

rbxasset://LuaPackages/Packages/_Index/UIBlox/UIBlox/App/ImageSet/ImageAtlas/img_set_1x_2.png

and here is the position for the star creator icon:

ImageRectOffset: 490, 346
ImageRectSize: 16, 16
2 Likes