of     1   

laughableNINJABOY
#193272720Sunday, July 10, 2016 7:22 AM GMT

https://www.roblox.com/games/441591943/laughableNINJABOYs-Place-Number-90 It's the line runner game, I changed all camo colors to institutional white, but I can't find the start platform anywhere! If anyone has a script that changes camo to institutional white, that can be appreciated! I don't think my script works.. while true do script.Parent.BrickColor = BrickColor.Camo() wait(0.1) script.Parent.BrickColor = BrickColor.Institutional white() wait() end
pidgey
#193274873Sunday, July 10, 2016 8:25 AM GMT

http://wiki.roblox.com/index.php?title=BrickColor_codes http://wiki.roblox.com/index.php?title=Color3 http://wiki.roblox.com/index.php?title=BrickColor Constructors Function BrickColor.new(val) Returns a BrickColor (val may be a number, string, or Color3). BrickColor.new(r, g, b) Returns a BrickColor with the RGB components r, g, and b. All of these are between 0 and 1. BrickColor.palette(val) Returns a BrickColor (val must be a number between 0 and 127). BrickColor.Random() Returns a random BrickColor. BrickColor.White() Returns White (1) BrickColor.Gray() Returns Medium stone grey (194) BrickColor.DarkGray() Returns Dark stone grey (199) BrickColor.Black() Returns Black (26) BrickColor.Red() Returns Bright red (21) BrickColor.Yellow() Returns Bright yellow (24) BrickColor.Green() Returns Dark green (28) BrickColor.Blue() Returns Bright blue (23) beep beep +1 post woohoo
zackyattacky
#193275569Sunday, July 10, 2016 8:45 AM GMT

https://www.roblox.com/Brick-Color-Changer-item?id=452607171 I've been meaning to make this script a model. Here you go if you haven't fixed it yet. Just copy what's in the script into the cmd bar.

    of     1