when using direct blurring make sure to not parent script to StarterGui, because when I did it created more blur parts upon humanoid death (without moving them with gui), better parent it to starter player so script wont reset
im parenting directblur to my frame, not working!
you spelled submit wrong btw but nice ui otherwise
damn, that looks clean! what font did you use for the time on the stopwatch?
Probably image labels not text
It’s a custom font made with ImageLabels. The custom font was made and controlled by my seven segment display module that I made
digital numbers font
(chars: 4593)
Really cool! might save this for sometime
Also, is it open source or should i give credits?
Really useful thing. thanks! I’ll use it in my gui
This can really be handy if you want to create a racing game with blur on the edges of your screen as you go faster. Really nice!
I don’t know if this is supposed to work, but in your new module, where you are using a module and a server script, disabling blur when disabling the frame visibility property does not work, and in the first version, where there was only one client script, it worked. If I’m wrong, correct me.
This function here on line 97 - 101 ensures that it’s only visible when the frame is visible
function updateGui(blurObj)
if (not blurObj.Frame.Visible) then
blurObj.Part.Transparency = 1
return
end
Here the updateGui function is being called 137 - 142
function BlurredGui.updateAll()
...
for i = 1, #BlursList do
updateGui(BlursList[i])
end
and on the line 158 it executes basically everything.
BlurredGui.updateAll()
So if it doesn’t seem to work in any way at all i will debug this but im currently a little occupied so it’s going to be a while untill i can get on this. Maybe see if you did anything wrong and if so let me know i would really appriciate that.
Also maybe you used a diffrent one? not sure but try this one.
ok thanks I’ll try this, I might try to fix something in the code a little if it doesn’t work.
The blocks extend outside the circle.
I’m aware of that and i did write in the post that it does reflect sunlight however i belive 2 days ago or so i edited the topic and took that out since it’s not really fixable, atleast to my knowledge.
This was also edited out, But theres a high chance that this is fixable but i discontinued updating any of these modules/scripts so yea.
How do I toggle the blur? With the PreBuilt Blur script!