#Notification System Tweaking

1 messages · Page 1 of 1 (latest)

sterile bobcat
#

Im trying to make a simple notification system. Idk how its THIS hard but its the maths thats killing me.

#

Up there is the normal broken variant^^^

#

Down here is the other variant when you switch tabs (has something to do with deltaTime)

normal furnace
sterile bobcat
#

1 sec

#

And this is the script

#

well atleast the runService connection

normal furnace
# sterile bobcat here ^^^

My suggestion is to change the way you're handling this

Use the AbsoluteSize of each notification and, for each index, calculate what position they would be at if they were fully in position.

Separately, taking whatever position they should be at, lerp each notification item so it glides to that spot.

#

Generally, though, using AbsoluteSize and Offsets will make things easier

#

Scale for X position, but offset for Y

sterile bobcat
#

i tested it

sterile bobcat
#

but wont lerp make it go to a set point

#

since it needs two values

#

the thing you are lerping and the % or whatever it is called

normal furnace
normal furnace
sterile bobcat
#

thanks for the help