Help with ui effect!

I want to make an UI effect for my UI, but I don’t think I’m doing something right.

I’m trying to re-create the moving text from the death screen from DOORS, which looks like this:

Now look at mine:

ui|video

Any ideas on how to make it more smooth?

1 Like

You can make it smooth by first of all using the scale property and using tween service. Scale property is more smooth and less jittery than offset and if you aren’t using tween service then do.

1 Like

What are you using to determine the rotation? The Doors one appears to rotate in the direction it intends to move in, but the movement and rotation are also very subtle. Yours also seems to move more than Doors’. I can’t quite put my finger on why yours seems off, but the one in Doors appears to do the math relative to the center of the UI.


So after messing around in Studio and watching that video a bit more, it actually seems like they’re using Bézier curves in order to make the motion smoother. You can see it when it goes towards another direction, it sort of circles around a bit instead of directly moving to the next location. Also I think rotation is based on which side of the screen it’s on rather than the direction it’s moving.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.