How to change sphere color.
Basically RGB color that you desire.
To change sphere color headover to the /shared/config.lua and find:
/shared/config.lua
Config.SphereColor = {255, 255, 255}
Here you need to change table {255, 255, 255} to match your desired color. By default 255, 255, 255 means white color.
{255, 255, 255}
Last updated 3 months ago