Riz-ve / Xeno

Xeno: An external script executor for Roblox made entirely in C++. It uses a working but detected method of overwriting the bytecode of a corescript to manage script execution
https://rizve.us.to/Xeno/
Apache License 2.0
67 stars 30 forks source link

when gethiddenproperties will add return the properties values? #5

Closed playvoras closed 2 months ago

Riz-ve commented 2 months ago

Dosent it only return property names?

playvoras commented 2 months ago

it only return the properties/hidden name not the values too

playvoras commented 2 months ago

for i, v in pairs(getproperties(workspace)) do print(i, v) end

Riz-ve commented 2 months ago

it only return the properties/hidden name not the values too

Yes that's exactly what it's supposed to do.. right?

playvoras commented 2 months ago

sooooooooo... whats the point?