Another Floting Text Script

Written by Kitsune
//Script by Deevyde Maelstrom of the Brainiacs
//Feel free to do whatever you want with it, but keep this header please :)

default //A simple explanation of SetText
{
    state_entry()
    {
        llSetText("", <0,1,1>,1); //Use \n to go down a line in the text. The <1,1,1> designates colour, composed of a % red green and blue. The last number is the alpha, how visible it is, % from 0 (invisible) to 1 (opaque)
    }
}