Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to change the background color based on bool value?

Asked by 1 year ago
local frame  = script.Parent.Parent.Frame
local value = script.Parent.Value

if value == true then
    frame.BackgroundColor = #828282
end
0
you mean the background color of the frame? ninjaleon1919 0 — 1y
0
yes libaryman1 6 — 1y

Answer this question