I’ve published some old plugin sourcecode on GitHub, go check it out
Right now, only Lasso select is here because Browser is very old and wouldn’t even work on GitHub as it has instances within it’s RBXM. And its very unlikely I’ll put Dropper here (because its a paid plugin).
Additionally in here, you’ll find some useful utility libraries that power Dropper, that being Nekotool, a services bootstrapper, and RTK, which contains:
- Recreate - A custom built UI engine that is very small and focuses on just building instances, and deferring most state logic[1] to state objects.
- Logica - A state engine similar to that of Fusion or Vide
- WatchedList - misc state for controlling class tags and children (because it doesn’t fit into Logica nicely)
[1] Recreate can technically bind property change signals to state, but its still up to the state object on how to process it
Go check it out!