i made a roblox studio plugin that gives you hats but when i hover over the hats it wont let me select the thing im trying to select the hat even though its locked. does anyone know if theres a way to bypass the hats so that it wont try selecting them?
Could you post your plugin script so I can try to find the problem?
plugin
From what you’re saying, I’m assuming that the hat object is blocking you from selecting parts while working in studio.
The solution to this would be set the Mouse.TargetFilter
property to the hat.
I found this solution from another post here.
Documentation for Mouse.TargetFilter
is here.
thats already in my plugin. and it still doesnt work