Just wanting to know how to tween a gradient since im trying to tween a gui gradient for my loading screen.
Transparency NOT color
Try a ColorSequence | Roblox Creator Documentation
You can tween the ColorSequenceKeypoint | Roblox Creator Documentation
But it needs transpaency not color.
What’s stopping you from just using tween service?
This is what i want to achive the thing thats stopping me is i have no idea how to script with ui gradients.
I’m sorry, but it isn’t exactly clear what you want to tween here, do you mean the background? Can you show an example of how you want it to look?
The background yes its less transparent on one side and more on the other i want it to fade out like that.
just tween the offset of the gradient
Ok let me make this clear
The background will NOT have any transparency it will only have transparency when the game is finished loading.
I had an idea. I’m not sure if it will work though. Maybe you could do something like this.
There would be two GUI objects. A lighter gray frame that covers the whole screen and a darker gray frame that covers only one fourth of the screen. You could then tween the darker gray gui object back and forth to maybe make it look sorta like how I believe you want it to look. Sorry if I don’t understand what your trying to do.
AAA sorry for not responding I had to sleep
You can do the same thing with NumberSequence | Roblox Creator Documentation
Then it’s the frame’s transparency