We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5278e8b commit 3fc2b59Copy full SHA for 3fc2b59
[gameplay]/playercolors/playercolors.lua
@@ -1,7 +1,5 @@
1
local lowerBound, upperBound = unpack(get("color_range"))
2
3
-local freeroamRunning = false
4
-
5
local function randomizePlayerColor(player)
6
player = player or source
7
local r, g, b = math.random(lowerBound, upperBound), math.random(lowerBound, upperBound), math.random(lowerBound, upperBound)
0 commit comments