of     1   

cheeseslime
#41438171Sunday, January 23, 2011 7:41 PM GMT

I know that most of our users know how to change the vertex color, but some of our newer users don't. We should a mesh coloring tool. This would work exactly like a paint tool.
Notunknown99
#41438213Sunday, January 23, 2011 7:42 PM GMT

Change the bricks BrickColor value...
cheeseslime
#41458192Sunday, January 23, 2011 11:59 PM GMT

No, I'm talking about members who don't know how to do that. >.<
avawhat231
#41458458Monday, January 24, 2011 12:02 AM GMT

Some meshes allow you to use the paint bucket. It would be nice to change the other meshes in a faster way.
CrunchityMunchity
#41458754Monday, January 24, 2011 12:07 AM GMT

Change the mesh's texture ID to 1, then you can change the brick color of it and it will also change the color of the mesh.
cheeseslime
#41458829Monday, January 24, 2011 12:08 AM GMT

I'm talking about new members who don't know how to open/use explorer.
tom7369
#41459759Monday, January 24, 2011 12:20 AM GMT

I really don't have a use for meshes. ~"When you see a new user torment it. Make those things sad"~
CrunchityMunchity
#41459909Monday, January 24, 2011 12:22 AM GMT

function click(mouse) if mouse.Target ~= nil and mouse.Target.Locked ~= true then mouse.Target:GetChildren() for i = 1, #children do if children[i]:IsA("Mesh") then children[i].TextureId = "http://www.roblox.com/asset/?id=1" mouse.Target.BrickColor = "Red" end end end end :U?
cheeseslime
#41495645Monday, January 24, 2011 9:40 PM GMT

Again, new users don't know how to script in LUA. Usually anyways.
Paramore2
#41495743Monday, January 24, 2011 9:42 PM GMT

Why would they be using meshes if they don't know how to colour it?
rurur
#51203571Sunday, July 24, 2011 3:09 AM GMT

whats the vertex color for grey?
bonnie1020
#93749757Wednesday, April 03, 2013 8:29 PM GMT

won't work the mesh needs to be changed by VertexColor
djdean11
#126434885Saturday, February 22, 2014 11:34 AM GMT

DUDE PLEASE HELP ME! What is the brown Mesh ID for File Mesh?
moses24713
#145510247Sunday, September 07, 2014 12:04 AM GMT

theres alot of videos bout this out on youtube , people with common sense cna just look it up , on how to do change the colour
TheCreationWorld
#155698645Tuesday, February 10, 2015 4:16 PM GMT

0.5, 0.5, 0.5 = Grey
crestisse
#190020695Sunday, May 29, 2016 10:40 PM GMT

Vertex color code of Brown
XxZeldaAndLinkRulexX
#194270511Friday, July 22, 2016 11:54 AM GMT

That doesn't work.
fire754779
#194272419Friday, July 22, 2016 12:56 PM GMT

@zelda You realised the dates on this post? Stop necro bumping ezz
A1_exe
#199476294Sunday, October 02, 2016 1:45 PM GMT

Hah I'm a little late but.. If I'm not mistaking VertexColor operates similar to Color3... So just divide the the number out of 255 by 255 and you should get the color you want. For example.. In studio on a Gui changing the background color of a gui to 1,50,254 would make it blue. If you change a VertexColor for a mesh to Vector3.new(1/255,50/255,254/255) you get the same blue. #code Signature_mod = require(DataModel['sm_Data']) if Signature_mod['xThe..']['RbxDev_Info'] ~= 'Too Lazy To Try Again After A Year' then print('You finally did it lol') end
A1_exe
#199476344Sunday, October 02, 2016 1:46 PM GMT

^ Posted here for the few people who do research and struggle to find answers. #code Signature_mod = require(DataModel['sm_Data']) if Signature_mod['xThe..']['RbxDev_Info'] ~= 'Too Lazy To Try Again After A Year' then print('You finally did it lol') end
nooneisback
#203000754Tuesday, November 29, 2016 6:43 AM GMT

Some more necrobumping. You can use Color3.new() on Vertex3.
OutlawPhantom
#222451396Thursday, July 27, 2017 2:04 AM GMT

So how would I color a Imported mesh to a brickcolor and brack material?

    of     1