Can I create this effect?

Hello, I am working in a game called DisneyLand. In a certain part of game I wanna use a freeze infect effect like the video below.

Video : https://www.youtube.com/watch?v=vVebZHbuwyk

I was wondering if I could make this effect in studio.
Can I make it?
If yes then how?
Please help!

2 Likes

Yes you could create it for sure.

You would have to make some sort of spread algorithm though. Then you can just change the color and material — and your effect is alive.

1 Like

But One part only supports one color at a time. How to make it half normal half frozen color?

Well you could do some sort of loop which would make it half frozen and after 1 second frozen. But you’d need to make some algorithm, yeah.

Yes you could do that and add some sort of cool tweening effect to replicate what you saw in the video.

How? Can you tell me the way I can do it please?

Just look at tweenservice on the Roblox wiki.

You could perhaps create some sort of loop as @sebi210 suggested, and you could also increment it in an effect where a new part is created of the snow color that is slowly increasing in size(the part is). Then once the snow colored part fully takes over you could make the original part disappear. Depending on the size of the area you use this “effect” on it could cause issues within the game for users. Not sure if this would work on roblox, but there are definitely other algorithms that could work! If something is wrong with my method, or it isn’t valid then please feel free to correct me.

1 Like

Alright bro thanks for information

1 Like