How would I recreate Apple's cursive "Hello" writing?

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

1 Like

write it in cursive?

oh just saw the video
record yourself writing it and speed up and slow down as needed

1 Like

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

1 Like

There may be more effecient ways to go about doing this, but perhaps you can use spritesheets.
Turn it into a GIF.

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

this looks awesome, i’ll give a try to make it in roblox studio
i’ll reply to this topic on how it goes, soo either its done or i gave up :stuck_out_tongue:

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)

i can’t draw lol

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