How do I tween lights to turn off and on smoothly in ROBLOX Studio?

How do I tween lights to turn off and on smoothly in Roblox studio?

You could probably have it tween the brightness settings or range, whichever works best for you.

How could i use that in a script though? I haven’t worked with tween service much.

You would just need to create a tween and play it by giving three arguments, this being, the object, the tweeninfo and the goal.

Well look at the TweenService article for exact details but basically you need three things.

  1. The TweenService.
  2. TweenInfo.
  3. The Tween itself which you would then play.

The article goes into more depth.