Achieving a floaty and blurry ImageLabel effect that loops

Hello, I’m trying to create a floaty and blurry ImageLabel (The Title) effect that loops indefinitely. I wanted to give the main menu a sense of mystery and wonder, rather than it just standing there. One good example of this effect taking place is in the game “Twenty One”.

I’d appreciate any form of help! :+1:

Example:

My Main Menu:

This has been solved outside of devforum, no need to reply to this.

share the actual solution here, this is why the devforum exists

5 Likes

what’s the solution?

1 Like

it looks like a bunch of duplicate imagelabels get duplicated behind the original as it wobbles around and each duplicate fades away in a split second. this causes a fading trail effect

2 Likes

This.

All it is doing is cloning the ImageLabel whilst tweening the ImageLabel’s position.

Here a rbxl file of the actual solution:
Wiggle.rbxl (62.6 KB)

@DataSigh @ScrollFrameRotation

1 Like

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