How to trigger an iris out effect when the player dies?

this is an iris out affect:


anyone know how to do this?

1 Like

And also I want the circle to zoom at the player for a split second

https://developer.roblox.com/en-us/api-reference/event/Humanoid/Died

You can use this event to detect when a player dies.

Yes ik how to do that, but how do I pull of the iris out affect tho? and make it zoom on the player?

Considering the player is at the center of the screen when they die you could just have a black circle slowly fade in from the edges of the screen up to a certain point, this can be achieved with a ScreenGui.

@Limited_Unique how do I change the size of the gui, and also: how do i make the edges stay black?

1 Like

Thank you. this wil work too. You are really helpful.

If you find a tutorial on this please let me know

The camera is fixed in my game.

Right, which means the player is the center of focus.

the camera doesnt change until the player moves offscreen jus so u know

Oh my bad, I thought the camera was follow.

How to i make the transparent circle though?

You can make a circle by inserting an ImageLabel & then inside the ImageLabel insert a UICorner. Set the border radius of the UICorner to 0, x (x being some number), play around with the amount until the ImageLabel is a circle.

1 Like

@Limited_Unique I made the circle what do I do next?