Super Mario Transition

I recently saw a video of Super Mario and noticed a cool transition effect. It made me wonder if it’s possible to recreate something similar in Roblox Studio. I searched around a bit but couldn’t find anything useful.

Does anyone know if it’s possible to create such transitions in Roblox Studio? If so, how can I go about making it?

Here is a video of what i meant:
Circle Transitions

You can create a Frame with an UICorner (with CornerRadius set to (1, 0)) and a UIStroke (with Thickness set to 1000+). Then just set the Frame's BackgroundTransparency to 1.
Frame in an rbxm file: Circular_Transition_Frame1.rbxm (2.8 KB)

This will create a circular hole which you can then scale to create the transition:

In the video I’m just adjusting the size of the Frame in a while loop with math.sin().

5 Likes

Thank you, much simpler then i thought it would be!

1 Like