#Punctuation errors

14 messages · Page 1 of 1 (latest)

cinder stream
#

Show the full script

#

In screenshot

#

I'm assuming that's for the goal of Tween create?

vestal geyser
#

TweenService:Create(game.Lighting.ColorCorrection,TweenInfo,{Contrast = 1}):Play()

#

might've made a mistake

#

but i think its good

cinder stream
#

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

vestal geyser
#

it works perfectly fine for me

#

just use

#

the script

#

i gave you

#

it will work