Dynamic dropshadows

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
Gallery

14 spread, 100% opacity

14 spread 50% opacity

14 Likes

editable images have been released for so long. how are you just learning now?

because i have better things to do than keep up with this forum

1 Like

14 spread 50% opacity

Trolling MacOS users on the next level :coefficients:

Amazing work, I’m convinced that it was a genuine mac ui for a second.

2 Likes