How could I get all properties of an instance?

Because I’m creating a mod system, I need to know how to get all properties of an instance,

Would I be able to use:

for _,v in pairs() do

end

If so, how could I?

1 Like

Take a look into this post.

Please, read the last reply on the topic mentioned by @Downrest. I’ve included updated info to avoid people having bad habits.

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