How can you tween smooth turns?

Any Ideas on how tween smooth turns?

Basically I want to tween that image label more smoothly, I have been play around with tweening, but I cant figure out how how to tween it much smoother.

You can either experiment around with other tweening styles which can be found on google or you can either hardcode/create some math to tween from points A/B/C/D/etc for a more specific control on your label’s path

I believe what you need is Bezier Curves. Roblox made an article about this topic, consider reading it? Bézier Curves | Roblox Creator Documentation

1 Like

Yeah but I don’t know which would suit best I am currently using Sine

I think this is what I need, I’ll look into this, looks like a lot of math is involved :thinking: :thinking: :thinking:

1 Like