Help with reading properties

The title says it all.
I’m working on a map stealer(PSA reasons) to prove that you don’t need a decompiler from an executor. I want to make it local script and server script working, but I can’t find a working module to read properties.

Most people store a list of all property’s a specific class has, or uses HTTP service to get the property’s a class has from a roblox api dump.

This sounds like you are trying to achieve object serialization, there are plenty of resources already done to achieve this.

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