How to get all properties of an Instance sortered like the properties window?

Hello Guys . I am trying to make a custom properties window ingame to easily modify objects in my game in real time . May I ask how do i get all properties of an instance . I know that there are solutions posted already but they are not sorted. Thank you in advance :DD

I suppose you could have one frame for each class of the properties eg. mass, positioning etc. with a UiListLayout in them. Then you could have one template frame that gets cloned for every property of the part and you can parent it to its classification frame

hmmm . But the problem is how to get all properties data sorted? I couldn’t find a data base that have then sorted

Currently there is no way in engine, but there are public repositories of all classes and their methods/properties that you can get with http requests or just copy in manually whenever there is an update.

1 Like