Hi, i would like to suggest two new packages:
- rbxwebapi - a collection of roblox web api structures and network requests, with a http client to perform such requests. a package i made for this exists at https://pkg.go.dev/github.com/vinegarhq/[email protected]/roblox/api
- rbxbin - a package that holds roblox's binary executable's types and fflags, they can be used in rbxwebapi to normalize between Player and Studio, a package i made for this exists at https://pkg.go.dev/github.com/vinegarhq/[email protected]/roblox
I've already made the initial packages in my roblox bootstrapper Vinegar, and i would like to move them here for general use. Maybe a redesign to fit Go code style and general package usage would fit too.
Hi, i would like to suggest two new packages:
I've already made the initial packages in my roblox bootstrapper Vinegar, and i would like to move them here for general use. Maybe a redesign to fit Go code style and general package usage would fit too.