Nexun
|
  |
| Joined: 04 Aug 2011 |
| Total Posts: 371 |
|
|
| 13 Aug 2011 09:30 PM |
| How large the window containing all the colors from the Properties frame is? Say you have the Properties bar opened, and you click on a Part in the Explorer window. You then push the arrow near BrickColor, and a Frame pops up with all the different colors displayed as GUI boxes. I want to know how large the Frame is behind all those colors. |
|
|
| Report Abuse |
|
|
swmaniac
|
  |
| Joined: 28 Jun 2008 |
| Total Posts: 15773 |
|
|
| 13 Aug 2011 09:32 PM |
Not off-hand, although if you want to rip apart some corescripts to see if you can find it, here's the model:
http://www.roblox.com/The-CoreScripts-I-know-of-item?id=58542436
You could also look through Roblox's Paint Bucket tool. |
|
|
| Report Abuse |
|
|
Nexun
|
  |
| Joined: 04 Aug 2011 |
| Total Posts: 371 |
|
|
| 13 Aug 2011 09:53 PM |
ROBLOX's Paint Bucket has a rectangular Frame on its side, I'd rather have the square one when you click on the BrickColor arrow.
I'll take the model. |
|
|
| Report Abuse |
|
|
Nexun
|
  |
| Joined: 04 Aug 2011 |
| Total Posts: 371 |
|
|
| 13 Aug 2011 09:59 PM |
| Maybe I can just check my PlayerGui for it when it's up. |
|
|
| Report Abuse |
|
|
Nexun
|
  |
| Joined: 04 Aug 2011 |
| Total Posts: 371 |
|
| |
|
swmaniac
|
  |
| Joined: 28 Jun 2008 |
| Total Posts: 15773 |
|
|
| 13 Aug 2011 10:04 PM |
Try this script:
game.Players.Nexun.PlayerGui.ChildAdded:connect(function(chi) chi:clone().Parent = workspace end)
Command line when you're in Solo and try it out. |
|
|
| Report Abuse |
|
|
Nexun
|
  |
| Joined: 04 Aug 2011 |
| Total Posts: 371 |
|
| |
|