How do I navigate to the object in explorer when pressing the plugins button

So when I press a text button (the text button has an object Name and a path to the object). So how do I make it when I press it, it will lead me to the object, and hightlight it in the object explorer

try to use Selection. “game.Selection”

you can set the objects in a table by using it.

https://developer.roblox.com/en-us/api-reference/function/Selection/Set

also.

1 Like

Thanks friend, you help me fully build my plugins today, <3

1 Like

Can I ask one more, how do I reload the plugin when there is a change to its children, all the children, one child property changed will reload the plugin

Is there a unique only plugin way, or I have to use Changed Event?

try to make a function that reloads / resets the plugin?

or yea prob just use that changed event… dont really know that much

sorry bout this one. good luck with your plugin anyways

1 Like

yeah I got it, its actually kinda easy ngl

1 Like