Skip to content

Instantly share code, notes, and snippets.

View Srlion's full-sized avatar
🇵🇸

Srlion

🇵🇸
View GitHub Profile
local COLOR_KEY = Color(0, 255, 0)
local COLOR_VALUE = Color(255, 255, 0)
local COLOR_DEFAULT = Color(255, 255, 255)
local COLOR_DOTS = Color(0, 0, 255)
do
local MsgC = MsgC
local istable = istable
local isstring = isstring
local tostring = tostring