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

Tinker with ColorCorrectionEffect with a script?

Asked by
clrik 8
6 years ago

How can I tinker with ColorCorrection with a script?

CCEffect = Instance.New("ColorCorrectionEffect")

Any way to "tinker" with the saturation with the C.C.E (ColorCorrectionEffect)?

1 answer

Log in to vote
0
Answered by
RubenKan 3615 Moderation Voter Administrator Community Moderator
6 years ago

I assume you want to change the properties?

This is general for any instance, simply look at the properties window to see which properties an instance has, and access it with the variable you have for it in the script, and then put .PropertyName (with a dot).

EG.

CCEffect.Saturation = 0.5

0
i'll try it. clrik 8 — 6y
Ad

Answer this question