Powerlang's instance resolving is very resource intersive. It is proposed to add a function that will directly resolve to an instance via string, for example a = compiler.DirectInstance("workspace.Part") will directly resolve a to workspace.Part without using table indexing.
Powerlang's instance resolving is very resource intersive. It is proposed to add a function that will directly resolve to an instance via string, for example
a = compiler.DirectInstance("workspace.Part")
will directly resolvea
to workspace.Part without using table indexing.