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

Why would you use these functions in tween?

Asked by
ScuffedAI 435 Moderation Voter
5 years ago
Edited 5 years ago

I was browsing roblox wiki about tweens when i noticed some functions that you could use with tween. Here's a few of them:

  • FindFirstChild
  • ChildAdded
  • ChildRemoved

But before we go any further I'd like to define the word tween in case anyone misunderstands it.

Tweens are used to interpolate the properties of instances. The Tween object itself controls the playback of the interpolation. Creating and configuring tweens is done with the TweenService:Create

The functions i listed are only meant to be used if you have objects inside of a parent. Why would you want to store objects inside of a tween?

0
Those are just general function usually listed in functions etc. Yet the first parameter TweenService:Create() requires the Instance to Tween, you can reference an Instance through those methods if not already nested in a variable Ziffixture 6913 — 5y
0
Because you can, I guess Overscores 381 — 5y

Answer this question