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

My script is broken, can you help?

Asked by 10 years ago
r = 256
g = 24
b = 5
script.Parent.Color = Color3.new(r,g,b)

1 answer

Log in to vote
-1
Answered by 10 years ago
r = 256
g = 24
b = 5

script.Parent.BrickColor = BrickColor.new(Color3.new(r/255,g/255,b/255))
0
=3 fireboltofdeath 635 — 10y
Ad

Answer this question