vopwn55 / powerlang-issues

0 stars 0 forks source link

Add a way to directly access instances #6

Open vopwn55 opened 2 days ago

vopwn55 commented 2 days 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.