#Lerp/Tween

18 messages · Page 1 of 1 (latest)

elder bramble
#

what is the difference between the two, and are they interchangeable for use? Also, how do i know when to use one or the other

lucid idol
elder bramble
#

yeah ik

#

alright so i really only need to use lerp for halfway points, etc

#

like percentages

#

rest i can use tween for?

lucid idol
#

you can use tween for example changing color of a part smoothly from white to black

#

or moving smoothly a part between two points

elder bramble
#

okay so lerp is not smooth tho?

lucid idol
#

for example

#

you can lerp color from white to black

#

at like 0.2

#

that's like color3 205,205,205

#

if you want to make an animation use tween

elder bramble
#

you can use a for loop though

elder bramble
#

so tween usually gives you more control over the way the movement looks like