DarykLOL
(Daryk)
1
I’m currently recreating CSGO/CS2 UI, along with the case opening system for a little project. Here is some of the stuff I’ve done:
I am stuck on the case opening part, theres a certain effect I want to implement It’s like a magnifying effect of a UI;
What I want:
What I have:
I’m not sure if I can do this as I know roblox studio has certain things that arent possible.
Is there way I can do this? Or atleast make it look similar in some way?
2 Likes
DarykLOL
(Daryk)
3
Thanks! But I quit that project due to CSGO/CS2 Copyright lol
1 Like
FrostDogee
(SEN_FrostDogee)
4
You can use CanvasGroup to make the fading in/out effect.
A CanvasGroup acts like a frame, but any sort of UI effect applies to all elements inside it.
Just move everything you have in the case opening frame into a CanvasGroup and then add a UIGradient:
Put the transparency to something like this:
And you’ll get something like this:
I know you already quit the project, but I just wanted to inform you about this for any future projects, because this is a really useful tool for UI
I don’t really know how to get the magnifying effect though…
4 Likes
DarykLOL
(Daryk)
5
Sorry for the very late response lol. I’m working on another case opening system, so this really helps! Thanks so much for letting me know!