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!