How would I retrieve all properties of an instance?

I’m trying to save an instance’s properties in a table, but it doesn’t seem to be working. I have tried using instance:GetAttributes(), but that’s completely different. If anyone could tell me how to retrieve all properties of an instance, that would be great.

There is no built-in method to get all properties of an instance. You can either use an proxy to retrieve all properties or use an property module. refer to this:

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