Ok, so what I want is to recrate Apple’s cursive “Hello” writing [which pops up if your background set is “Hello” or when you update your apple device] like this:
where one part would create a trail while “hello” is being written, I want to replicate that effect, but I don’t know how
Add a trail to a part that lasts forever (or long enough to draw the text)
Then record an animation or make some keyframes to tween to and move the part with a script
With the recent beta release of Path2D, It would be easier to achieve this with a bit of UDim2 and math combined. though I am unsure if it would be smooth as the video
best i could achieve is this
there’s a script inside StarterGui.ScreenGui.Frame, open it, select all, copy, paste into command bar and it’ll do the thing hello animation.rbxl (69.2 KB)