Help creating realistic effects growing on player's screen

Hello ! I’m trying to make a hurt effect and a freezing effect which grow (if possible with a patern) and take more place on the player’screen using the GUIs but I really don’t know how to do it.

I looked on google how to make those effects but found nothing.

Do someone know how to do it ? Is it even possible ?

1 Like

Using 2D or 3D gui.

A 2d gui is a graphic that is displayed on screen.
A 3d gui is an object that is used to be a display using coding like RunService.

Or just using the ColorCorrectionEffect since that also gives off the same effect.

For the Hurt effect; Use a software like Photoshop to create a blood overlay (1980x1080 transparent layer), create 2 parts to have some parallax, then have both ColorCorrection and Camera be used to give off a distorted view.

Congratulations, you’ve made a hurt effect.

For the freeze effect, it’s just the same process except you make a freeze overlay.
The key difference being that we need an icy-like material effect to give off an impression that the player is freezing, and the fact that you need to make a transparency-based overlay since you’ve mentioned that it needs to grow.

Congratulations, you’ve made a freeze effect.

Thank me later.

2 Likes

Incredible ! Thank you so much !

2 Likes

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