Hi! So recently I made an arrow that points to another gui with this post
Now I want to tween the arrow so that it will move back and forth (relative to its own rotation), making it seem like an animated pointer. This is what I want:
Starting:
Ending:
If I have the starting, how do I use math to calculate the ending position? Thank you for reading this, and if you don’t understand my question but think you might be able to solve it with more information, feel free to ask me!
Yup, now I have a starting point and an ending point, but I still have a question. I want to make the arrow move faster (accelerate) towards the gui and then slow down as it gets further, kind of like the arrow bouncing on the gui. What tween easing style and direction should I use?
Edit: I know how to do this with TWO tweens, but how do I do it with just one?