This has been bugging me for a while, how can I add dropshadows?

I have looked at several different threads and cannot figure out how to add dropshadows to ui myself, can someone help with this?

Add another frame with a lower Zindex than the other frame. Also: browse plugins for drop shadows.

Please leave a like and mark this as the solution if it helped.

There are no plugins that will adjust with uicorner correctly

Could you send a picture? Adding UI shadows is just adding an identical UI behind the original UI that is darker.

No as that is solid I want to get something like this
image

I use this great plugin for UI shadows. I recommend you use it because it will accomplish what you are looking for: [Released] Drop Shadow - Roblox

I’d make a nine slice image for than (unless a plugin already has one you can use). You can also use the built in nine-slice shadow image using Style.DropShadow, but it’s for more rectangular shapes.

This article has useful info about making and using nice slice images:

https://developer.roblox.com/en-us/articles/ui-9-slice-design

Yeah, it needs to set the ImageLabel.SliceScale of the 9-slice shadow. I think the article above might help you understand 9-slice images. There isn’t a built in way to easily do drop shadows.

I have already tried that, doesn’t do ui corners