getUserRobloxId
General
getUserRobloxId returns the user's Roblox ID linked to the given Discord account.
Usage
Client:getUserRobloxId(<string> DiscordId)
Returns: <string> userId
The DiscordId entered must be linked to a Roblox account, and Discord account must be valid. Otherwise, the method will return nil.
Limitations
Global limit 75 requests per minute.
Example
print(Client:getUserRobloxId("186185101112115201"))