|
| 24 Jul 2016 11:02 PM |
Does anyone know the Color3 code for Eggplant??
|
|
|
| Report Abuse |
|
|
Skellobit
|
  |
| Joined: 13 Apr 2016 |
| Total Posts: 12758 |
|
|
| 24 Jul 2016 11:04 PM |
BrickColor.new("Eggplant").Color
Formerly ToxicDominator - add 17,509 posts |
|
|
| Report Abuse |
|
|
|
| 24 Jul 2016 11:19 PM |
local color = "Eggplant" print(BrickColor.new(color).r * 255) print(BrickColor.new(color).g * 255) print(BrickColor.new(color).b * 255)
Ever wanted to learn how to script? Check out my YouTube channel: youtube.com/austintheslayer Want to see me code in action? Follow my twitch: twitch.tv/austinrblx |
|
|
| Report Abuse |
|
|
Skellobit
|
  |
| Joined: 13 Apr 2016 |
| Total Posts: 12758 |
|
|
| 24 Jul 2016 11:20 PM |
^ are you confusing Color3 properties with BrickColor ones?
Formerly ToxicDominator - add 17,509 posts |
|
|
| Report Abuse |
|
|
|
| 24 Jul 2016 11:21 PM |
No, he isn't. BrickColor.r/g/b is a thing.
|
|
|
| Report Abuse |
|
|
|
| 24 Jul 2016 11:22 PM |
outputs
123.00000786781 0 123.00000786781
123, 0, 123 looks pretty eggplant-esque to me
Ever wanted to learn how to script? Check out my YouTube channel: youtube.com/austintheslayer Want to see me code in action? Follow my twitch: twitch.tv/austinrblx |
|
|
| Report Abuse |
|
|
Skellobit
|
  |
| Joined: 13 Apr 2016 |
| Total Posts: 12758 |
|
|
| 24 Jul 2016 11:22 PM |
oops my apologies
Formerly ToxicDominator - add 17,509 posts |
|
|
| Report Abuse |
|
|
|
| 24 Jul 2016 11:26 PM |
My apologies if I sounded aggressive, I didn't mean to.
|
|
|
| Report Abuse |
|
|
Skellobit
|
  |
| Joined: 13 Apr 2016 |
| Total Posts: 12758 |
|
|
| 24 Jul 2016 11:29 PM |
not at all
Formerly ToxicDominator - add 17,509 posts |
|
|
| Report Abuse |
|
|