vopwn55 / powerlang-issues

0 stars 0 forks source link

Add a way to directly access instances #6

Closed vopwn55 closed 4 weeks ago

vopwn55 commented 1 month ago

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.

vopwn55 commented 4 weeks ago

compiler.path()