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?
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?
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.