Which Roundify Plugin Should I Use?

Ok so I want to make a circular gui. I searched on the plugins tab on roblox, but only found weird and suspicious plugins. Does anyone have a recommendation for a roundify plugin?

The one by Stelrix is the official and safe one, you can find it here: https://www.roblox.com/library/2233768483/Roundify

More info can be found here: Roundify plugin

1 Like

Is there a plugin, that make a gui a circle shape?

This tutorial shows how to make a circular GUI using the plugin @Little_Joes provided above:
How To Make Circular GUI Objects on Roblox
But you could also upload a circle image and that would work just the same

The only problem is I can’t put text in the text button anymore, neither can I change the color of the text button

Yeah, you need to go into the textbutton and set the Z-Index to 1. And to change the color, go into the imagelabel which is inside the textbutton and change the imagecolor there.

1 Like

The Zindex or the Z-Index? Also the color doesn’t change

The ZIndex and change the color before roundifing it then. It does, your doing something wrong.

ImageColor3 is the property you should be changing. (Property of ImageLabel)

EDIT: If the ImageLabel has a Z-index of 1, your TextButton should have a Z-Index of >1 to see the text.