#Punctuation errors
14 messages · Page 1 of 1 (latest)
TweenService:Create(game.Lighting.ColorCorrection,TweenInfo,{Contrast = 1}):Play()
might've made a mistake
but i think its good
Okay let me explain:
You'd only want to get the property in relation with the given BasePart/instance it has.
local Tween = game:GetService("TweenService")
tweenInfo = tweenInfo.new(--Tween's parameters)
local Contrast = { Contrast = 1 }
Because you don't need to use game.lighting etc
Just get Contrast