ezVisualz - UIGradient and UIStroke effects made easy!

So, how would one go about updating this module to appear consistently across different frame rates?
Currently, on 240 FPS displays, the animations will appear much faster. Likewise, will appear slower on <60 FPS. Looks like this was designed for 60 FPS only. Understandably so, as it was the only one supported by Roblox until recently.

Reference: Introducing the Maximum Framerate setting

1 Like

Just published a fix for this. Should have initially factored in delta time, thanks for reporting this!

(a couple of effects off but will look into fixing those)

1 Like

A new effect has been added to ezVisualz: ShineOutline thanks to @tinblox11

Also, support for Wally:


4 Likes

idk if its just me but pause and destroy dont work at all, I simply tried this in ur uncopylocked place and tried doing like textEffect12:Pause(), no output

1 Like

Just published a fix for this, thanks for pointing it out!

Lovely, now i can save more time by working on the core gameplay instead of front end satisfaction, thanks!

1 Like

Do you have any idea on how to make your Module connects to a Karaoke System?

image

Hello, Iā€™m wondering how this module could be used to construct a UIStroke animation that is of the colors moving in a direction rather than the colors rotating, Iā€™ve attempted using the custom properties by making a .Stroke.new class however it would always turn out as a jittery, flashing mess.

Why did you make all of the presets in the uncopylocked place white, you legit deleted every preset like this makes this module useless now.

What do you mean? If you press Play, you can see all the gradients working.

yeah, I realized that but I donā€™t know why you removed them when it shows in studio it used to do that. Itā€™s a bit harder to see which is which now, also how do I apply the shine texture to a bar, I want it to sparkle a little bit, can you help me out with that, itā€™s a progress bar.

Does this work on meshes or decals ? what is this ? in your examples at the top

image

Is there a way to get this to outline a mesh or decal image?

Thanks

How do I set the rotation of the gradient? I couldnā€™t find it

how do i get it working with text in BillboardGuis?

Thereā€™s a working example in the uncopylocked place for a BillboardGui.

Thereā€™s two methods for Rotation:

Gradient:SetRotation(number, acceleration)
Gradient:SetRotationSpeed(number, acceleration)

I canā€™t believe I didnā€™t know about this until now itā€™s honestly amazing!
Nice work on this Module!

1 Like