I’ve developed a .NET C# library for interacting with Roblox OpenCloud as there currently isn’t any.
The library follows common .NET design patterns so it should be pretty easy to pick up and get started with. The docs also include a Getting started section.
OpenCloud.NET currently only supports OAuth2 for authentication purposes but support for other OpenCloud APIs will be available with the next version.
The library is split in two NuGet packages as it’s also compatible with non-ASP.NET projects.
BloxTeams.OpenCloud
BloxTeams.OpenCloud.AspNetCore
Documentation is available at https://opencloudnet.bloxteams.com.
Source code is available on GitHub.