Roblox making a zoom in death screen (SOLVED)

  1. What do you want to achieve? Making zooming in death screen, similar to the one in SM64 (Super Mario 64) With 2 Image Labels.

  2. What is the issue? Can’t flip the image & When zooming in the image there are no borders.

  3. What solutions have you tried so far? Searching for: Posts, Similar Effects, Loading Screens, Death Screens. But it all just didn’t work out

Can anyone explain how they made the borders and flip the image?

1 Like

I’m not sure what you mean by flipping, but you could set the CameraType to Enum.CameraType.Watch so it doesn’t move, but it watches the character fall into the void and then, after a set amount of time passes, you create an image on the UI with a lot of black and a blurry circle in the middle, and then overlay it getting smaller until the circle is barely visible, at which point you can fade in a fully black image that covers the screen. Then respawn behind the scenes and switch the blurry circle image with a star or whatever and zoom it back in.

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