Autocomplete Icons

I don’t know if this is the right category for this topic but

I’m currently working on a gui where it previews the autocomplete selected, my question is, is there a folder specifically for the autocomplete icons so i can download them?

(this is the gui so far)

the icons for reference:
image

1 Like

While I’m not too sure what’s used specifically, I do know that StudioService:GetClassIcon exists and might be useful here.

For example for events, the BindableEvent icon is used. Not too sure about the rest though. There could be some method I’m skipping over but I’m not too sure.

3 Likes

you can only use it for plugins like what the docs said StudioService | Roblox Creator Documentation

1 Like

Yeah, my assumption was that they were working on a plugin. If not, they could just call the function in studio then write out all of the icons’ information in a module or something, then access it as needed in-game

1 Like

are you working on a plugin or a gui for a game?

1 Like

sorry for the late response but, yes i am indeed working on a plugin

1 Like

It does have some of the icons but it still lacks a lot of CompletionItemKind icons

1 Like

ok, StudioService lets you get icons from classes, idk about completionitemkind…

1 Like

Yeah, I’ll have a look around later. They must be somewhere in the files.

1 Like