glowing script

i have been searching for along time now, and i cant find anything about a script that will make a game object glow, and lets u control the brightness of it. pliz any help will me appreciated

Well, you can do this either via a shader, a lamp, or a combination of the two. Just add a child lamp entity to the entity in question, and then grab it using GameObject.Find(), and start tweaking the variables on the fly with the script.

Should be pretty simple.

ok ok ty i get it