This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
NewerOlder