Roblox Chat Simulator 2 Script | RANDOMIZED ROLE COLOR

Created by birdmartinyt

Features:

  • RANDOMIZED ROLE COLOR
while true do wait()
local clr1 = tonumber(math.random(1,255))
local clr2 = tonumber(math.random(1,255))
local clr3 = tonumber(math.random(1,255))
local args = {
   [1] = 1333312712,
   [2] = 1333316077,
   [3] = "Administrator",
   [4] = {
       ["RGBColor"] = Color3.fromRGB(clr1,clr2,clr3),
       ["RoleImageId"] = 0
   }
}

game:GetService("ReplicatedStorage").Functions.ChangeRoleName:InvokeServer(unpack(args))
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS