Skip to content
lnx00 edited this page Aug 27, 2023 · 6 revisions

lnxLib.Utils

The Utils namespace contains general purpose utilities.

Functions

  • .Sanitize(str) Removes special characters from the given string and returns it.
  • .Rainbow(offset) Returns rainbow RGB values. Use globals.CurTime() or any other incrementing value as offset if you want the color to change.
Clone this wiki locally