- Hey I’m making a custom explorer plugin.
I want to be able to right click the items and show the default context (right-click) menu that you see for objects.
Is this possible?
- I want to have a custom ( + ) Add Object button at the end of each item. Any way to show the
Add Object
menu?
I don’t know if I can call Ctrl + I
using a plugin.
1 Like
Yes to all your questions.
2nd one deserves its own documentation, although it might simply work like a very normal Roblox input detection, lol. Just check when those 2 keys are pressed.
I want to show the default one.
E.g.
plugin:GetSelectionMenu()
or something if that exists and show that.
I know I could make my own, but that would be against the question.
And as for the second one, I want to force open it, not detect Ctrl + I
.
Ah sorry, didn’t know you wanted the default one. I thought you wanted to make your very own.
1 Like