UI Gradient Not Working

Ok, so in my game i’m making a custom hotbar that also will have a gradient effect to it, and naturally i used ui gradient since there was nothing else i could use. So then i put my UI Gradient object onto the ui… and nothing happened? I Tried Multiple changes, using the color sequence, changing transparency, moving other ui objects out, moving the hotbar out, changing the hotbar properties, removing the ui gradient and re-implementing it, etc. But no matter what i do nothing seems to take effect, and i don’t know why. i have used ui gradient before on frames and stuff and i know how they work but replicating that here doesn’t work. Here is some screenshots of what i have:

The Hotbar (With UI Gradient Ofc Not Taking Effect)

The UI Hierarchy:
image

The Hotbar Properties (Just The Ones Related To How It Looks):

The UI Gradient Properties:

Yeah so im unsure why this is happening but i would like some support here!

1 Like

The BackgroundColor3 property of the “Hotbar” frame UI should be [255, 255, 255]

2 Likes

Wow! Thanks that worked. Maybe in my pass experience i haven’t started the ui out as a different color. anyway thanks!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.