Skip to content

randomString

Greenman edited this page Jan 19, 2020 · 1 revision

Documentation

string randomString()

Description

Generates a random string with a length of 10 to 19 characters.

Example

--Note: This is just a snippet
["Function"] = function(args,speaker) 
  print(randomString()) --> U2lWMAunf0
end
Clone this wiki locally