Changing readonly

Hello. Is there way to change readonly? Any implementation assumptions will help me. I know it’s probably almost impossible to break encapsulation, but maybe there is a way.

1 Like

I don’t know exactly what you mean. But to change something implies writing to it. So readonly means you can’t change it. If you mean some property of roblox that the docs call readonly then there is no way, or at least if there is one either the docs or the implementation are wrong. If you mean something else though, a lot more context would be needed.

1 Like