|
I'm trying to get a gui to go from a array of colors that match shown below:
Dark Purple
Purple
Light Purple
Light Blue
Blue
Dark Blue
Something similar to that, But I don't exactly know how that could work, its a ScreenGui that is changing the Background color there's like 5 GUIs that it needs to like fade through all the way, if you could help that would be appreciated so much.
I'm HeadlessTheo, official YouTuber for Ice Cold Studios. I'm a Social Media Director as well. |
|
|
Bump[1]
I'm HeadlessTheo, official YouTuber for Ice Cold Studios. I'm a Social Media Director as well. |
|
|
Is there a robux reward?
if so, I'll give you a script for this.
|
|
|
Yes, there will be if you can provide the script and show that it works properly.
I'm HeadlessTheo, official YouTuber for Ice Cold Studios. I'm a Social Media Director as well. |
|
|
Okay! Can you reserve the money for me, if someone doesn't give it away for free xD |
|
Denny9876Join Date: 2012-10-19 Post Count: 117 |
There's a thing called ColorSequence, which fades a color into another color. Here's the link if you want to learn more about it :
http://wiki.roblox.com/index.php?title=API:ColorSequence |
|
Denny9876Join Date: 2012-10-19 Post Count: 117 |
Oh whoops, um, ignore my last comment please. |
|
|
:(
so close to getting robux xD |
|
|
If anyone is willing to help me script it then I'd prefer that thanks @Denny9876 for the contribution.
I'm HeadlessTheo, official YouTuber for Ice Cold Studios. I'm a Social Media Director as well. |
|
Denny9876Join Date: 2012-10-19 Post Count: 117 |
@hollowlucas, you still have a chance to get that robux. Just make the script for him. ;) |
|
|
|
i should crack my knuckles and post the script on the forum for everyone to use, like a true hero... |
|
|
If you want to go for it! It'll help everyone!
I'm HeadlessTheo, official YouTuber for Ice Cold Studios. I'm a Social Media Director as well. |
|
|
It won't help me! My mom's dying! I need this robux to make her die faster |
|
Denny9876Join Date: 2012-10-19 Post Count: 117 |
If someone's going to do it for free, guess i'm going to make the script for free too! Hah!
Also sorry @hollowlucas. |
|
|
Alright thanks!
I'm HeadlessTheo, official YouTuber for Ice Cold Studios. I'm a Social Media Director as well. |
|
|
now, are you wanting it to fade to different colors? or just change with no blend? Also, is this gonna be in a tool? or in StarterGUI? |
|
|
|
Its a gui
I just want the guis to turn a different color I'll give an example
https://www.roblox.com/games/1151516778/Robux-Simulator
I'm HeadlessTheo, official YouTuber for Ice Cold Studios. I'm a Social Media Director as well. |
|
|
Do u want my script? How much robux u willing to pay? |
|
|
50?
I'm HeadlessTheo, official YouTuber for Ice Cold Studios. I'm a Social Media Director as well. |
|
|
|
Um, im not seeing their GUI change colors.....OH, you want them just to blend with multiple options for each bar right? like how Large Robux Storm blends right with Medium Robux storm? |
|
|
Yes, @Sweet!
I'm HeadlessTheo, official YouTuber for Ice Cold Studios. I'm a Social Media Director as well. |
|
|
oh bb. Thats so easy.
ok, post this in a script in your StarterGUI
screen = instance.new("ScreenGUI")
screen.Parent = game.StarterGUI
button = instance.new("TextButton")
button.Parent = screen
This is to atleast spawn your GUI |
|