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

Color3 value not changing when game starts?

Asked by 5 years ago
Edited 5 years ago

Just this line of code should run and change the color of the particles but the output says I attempted to call a table value

script.Parent.dustparticles.Color = Color3(hit.Color)
0
Try script.Parent.dustparticles.Color = hit.Color saenae 318 — 5y
0
yes User#19524 175 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago
script.Parent.dustparticles.Color = hit.Color

or

script.Parent.dustparticles.Color = Color.fomrRGB(hit.Color)
Ad

Answer this question