You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
idk, someone that I know told me to look at stuff, then I found this
no clue what this all is but once I saw the name "PseudoInstance", I immediately took a look at it, but already walked away when I saw that it uses all the Libraries that Roblox uses, e.g. Janitor and the entire _Index thing. (I wish I'd know how people even find these things, I feel like they all got this told from a Roblox Staff themselves)
Is this part of the magic like these mysterious libraries that just appear in stuff like DataStore Editor Plugin and etc. and NevermoreEngine, like... who advertised these libraries, how did people end up using it, and why is there a reference of node-js in Lua.
The text was updated successfully, but these errors were encountered:
karl-police
changed the title
Question
Question and what's the purpose of Empty()
Mar 18, 2024
Well, I can tell you how I found out about Janitor. I created it as an alternative to Quenty's "Maid" library. The RoStrap project itself was heavily inspired by NevermoreEngine. Actually it was supposed to be a revision of NevermoreEngine, but things ended up going in a different direction. I found out about NevermoreEngine by searching on GitHub for quality Roblox Lua codebases.
Luau is also open-source, so you could read the source code if desired: https://github.com/luau-lang/luau
Back in the day, I did read the Lua source code to learn how things work, but I also probed at Roblox's implementation with things like:
idk, someone that I know told me to look at stuff, then I found this
no clue what this all is but once I saw the name "PseudoInstance", I immediately took a look at it, but already walked away when I saw that it uses all the Libraries that Roblox uses, e.g. Janitor and the entire _Index thing. (I wish I'd know how people even find these things, I feel like they all got this told from a Roblox Staff themselves)
Eitherways.
What's the purpose, of this:
Classes/PseudoInstance.lua
Line 19 in 75737c7
Is this part of the magic like these mysterious libraries that just appear in stuff like DataStore Editor Plugin and etc. and NevermoreEngine, like... who advertised these libraries, how did people end up using it, and why is there a reference of node-js in Lua.
The text was updated successfully, but these errors were encountered: