CheckRobloxVersion

Checks if the currently running version of Roblox matches the supported version for Cloudy API.

Usage:

CheckRobloxVersion()

Example:

bool isVersionCompatible = Api.misc.CheckRobloxVersion();
Console.WriteLine(isVersionCompatible ? "Version is compatible" : "Version is outdated");

Last updated