Skip to content
Folfy Blue edited this page Apr 23, 2019 · 5 revisions

Other functons

  • sleep()
    Arguments: time (int)
    Waits for a given amount of time
  • mix
    Arguments: int or string
    Mix the given int or string
  • dostring
    Arguments: String
    Remake of loadstring for Lua 5.3
  • isType
    Arguments: obj, string
    Shortcut for type(obj) == string
Clone this wiki locally