How to get RBXUtil modules from github? - without Rojo, VS, etc

Hello! I’m trying to utilize the modules found in the above source, however it requires Rojo combined with other stuff to actually get it into studio. I was wondering if there was a simple model link to get these modules.

Things like Comm and Input have multiple module scripts and isn’t as simple as copy pasting the code over.

2 Likes

It was designed with Wally in mind. That’s the easiest way to get it. IIRC, I think there’s a Wally plugin for Studio somewhere too.

Nowadays, I try to keep the dependencies low or none. For example, the typed-remote package in RbxUtil has no other dependencies.

1 Like