Skip to content
Hunam edited this page Mar 14, 2021 · 2 revisions

UUID


This function returns the UUID(s) of the inputted username(s). The username input is an username or an array of usernames smaller than 10.

UUID(username: string | string[])

Example output:

// UUID(['_hunam', 'syriusgang'])
[ 
  "e5a310a065c44c2e9baeea4712481b6c",
  "21e83fbae7a8403fbd7bf34060ca8cba"
]
Clone this wiki locally