About 24,700,000 results
Open links in new tab
  1. How to alter gradient colours with UIGradient with a script - Roblox

    Dec 30, 2019 · FYI: You can use ColorSequenceKeypoints to give the exact time in the ColorSequence for the color to be. The ColorSequenceKeypoints must be given in an array to a ColorSequence.new constructor. In the ColorSequenceKeypoint.new constructor you give the float time and the Color3 color. For example: …

  2. How can I tween or move points of a UIGradient? - Roblox

    Feb 28, 2021 · We use ColorSequence.new({}) to create an empty/new ColorSequence, which can be used by UIGradients. ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255)) -- This creates a new point in the ColorSequence. It takes the 2 parameters, which are the Time at which the point is, and the Color.

  3. Changing the UIGradient Color using the script - Roblox

    Sep 10, 2022 · My code: GuiClone.Frame.RegimentHolder.UIGradient.Color = ColorSequence.new ( { ColorSequenceKeypoint.new (0, Color3.new (0.913725, 0.913725, 0.00784314)), ColorSequenceKeypoint.new (0.498, Color3.new (0.839216, 0.839216, 0…

  4. UIGradient | Documentation - Roblox Creator Hub

    UIGradient applies a color and transparency gradient to the UI elements rendered by the parent GuiObject. The appearance of the gradient is configurable through its Color (ColorSequence), Transparency (NumberSequence), Offset (Vector2), and Rotation (number). A UIGradient will not apply to child or descendant GuiObjects.

  5. Change a UIGradient’s offset depending on a value - Roblox

    Dec 3, 2022 · I want to use a UIGradient’s offset to change the “size” of the bar depending on how much hunger I have. The hunger value starts at 100 and slowly decreases to 0. What is the issue? Include screenshots / videos if possible! For example, in order to get an empty hunger bar using UIGradient, the X offset has to be -1.

  6. How i can change the color sequence of a UIGradient in a script? - Roblox

    Aug 19, 2024 · I wanna change the color of UIGradient in my script. What is the issue? I have no idea how to do it. What solutions have you tried so far? I looked in dev forum but i didn’t found something similar

  7. 4 UIGradient Animations (Including Rainbow!) - Roblox

    May 5, 2020 · Set up your Color Sequence with the start and finish with the primary color (pink) and the very middle with a lighter counterpart of the primary color (light pink). In addition, set the rotation to something slanted to make the shine look better, something like 45 degrees is perfect.

  8. How would I make a UIGradient Rotate? - Scripting Support - Roblox

    Dec 27, 2021 · I want to make a UIGradient rotate in the background of a frame. The UI is this: The light blue and darker blue lines are the gradient by the way! What is the issue? I have …

  9. How to change Colour Gradient in UI? - Scripting Support - Roblox

    Feb 16, 2024 · I am trying to continuously change the Color Gradient for my UI, but there seem to be a lack of resources for this specific request. I am unsure on how to approach this request. hey, @ahmingiscool maybe do something like this: ColorSequenceKeypoint.new(0, Color3.new(1,0,0)), ColorSequenceKeypoint.new(0.5, Color3.new(0,1,0)),

    Missing:

    • Script

    Must include:

  10. GUI Lessons: How to make your GUI Look better with gradients

    Hi everyone in this quick video I am going to show you all how you can make your Roblox GUI (Graphical user interface) look allot better by using UiGradients. These allow you to make your ui...

  11. Some results have been removed
Refresh