Nightcycle

Results 22 issues of Nightcycle

Currently the vast majority of times I'm required to store a roblox instance as a binary, it's because of ref properties. I would prefer to keep everything as text, which...

type: enhancement
impact: medium

In the [Roblox documentation](https://create.roblox.com/docs/en-us/cloud/reference/LuauExecutionSessionTask#Cloud_GetLuauExecutionSessionTask) it specifies that the result can return an error field, or an output field. The struct is currently configured based on only the output field: https://github.com/Sleitnick/rbxcloud/blob/main/src/rbx/v2/luau_execution.rs...