Help with detecting part selection

I’m trying to make a plugin, and I need to detect when a new instance is selected. I know how to detect all the instances currently selected, but I can’t find how to detect when a new instance gets selected. Thanks for any help!

You should check out this article from the roblox docs. It should cover how to find selected instances in the studio.

EDIT: you should also check out this article from the forms, you should be able to apply the same solution with .ChildAdded

Hope this helps (:

This is as close as I could get, but how can I detect when they select a new instance?

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.