Hi all,
I’ve been trying to make an UI based off of iOS and I’ve come to an issue where blurring is not a thing on Roblox on SurfaceGui, not to confuse with ScreenGui where many have seen workarounds by adding a Blur Effect in Lighting.
This is what I’m looking to do.
Is it possible to make a blurry transition from changing a text to a different text without having to fade it in and out with TextTransparency instead?
As far as I know, I don’t think this is possible yet. I think there’s a way to make the blurred text as an image, and when it fades out the real text fades in, which can probably mimic the effect, but it’s really inconvenient and doesn’t look good
I think you mixed up SurfaceGui with ScreenGui as you can on Surface and not on Screen. Anyways no you can not blur a gui that is in ScreenGui only billboard or surface.
Now the issue with that unfortunately (good workaround yeah), is that the images load it the second they are visible, I tried pre-loading with ContentProvider service and that still didn’t work unfortunately, which means this kind of blur effect will look choppy and not smooth.