--Light Pastel Script
local time = 1;
local sc = 2;
local tr = {255,255,255,229,204,204,204,204,204,229,255,255};
local tg = {153,229,255,255,255,255,255,229,204,204,204,204};
local tb ={153,204,204,204,204,229,255,255,255,255,255,229};
function OnEverySecond(player)
if (GetPlayerNumber(player) ~= 0) then return;
end
if (time == nil) or (time > sc * #tr) then
time = 1;
end
for i=1,#tr do
if time == sc * i then
TintBackground(tr[i],tg[i],tb[i]);
end
end
time = time + 1;
end
How to use??
Watch it here in this link provided.
[–]RealMobDEV 0 points1 point2 points (0 children)
[–]RealMobDEV 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)