Currently in Roblox you ~3 options for Dropshadow:
- Roblox’s built in shadow style
- A single backdrop layer (or multiple manual layers if your patient)
- A image (which even with nine slice will have a minimum size it works when scaled down)
I’ve just realized editableimage HAS released, and am working on a better version
This module is meant as a placeholder until Roblox’s EditableImage instance releases, it uses individual frames with a UIStroke to do a semi-Gaussian linear shadow gradient (This does not affect your parent frame as it’s parented to a folder) and supports UI corners.
Get it:
dropshadow(script.Parent, Color3.new(0, 0, 0), 0, 14) -- Parent, Color, Transparency, Spread


