It’d be cool to have a feature in Toolbox on Studio where you can search for a specific thing you need and have it categorized by class. Like for say, if I wanna find a hat in free models, but I don’t want the handle and I want the hat attachment, I could just check a box or something that would only display the results in which the model IsA(“Hat”).
1 Like
For the hat idea, couldn’t you search roblox’s catalog for the hat, copy the ID, and insert it directly with the hat attachment using:
“game:GetService(‘InsertService’):LoadAsset(id).Parent = workspace”? It gives the hat object along with the part and mesh. That’s what I usually do to get the mesh of a hair or hat.