GetUsername

Retrieves the current username from Roblox using the local appStorage.json file.

Usage:

GetUsername()

Example:

string username = Api.misc.GetUsername();
Console.WriteLine(username);

Last updated