Floating text

From The SchomEmunity Wiki
Jump to: navigation, search

Found at: http://www.simteach.com/wiki/index.php?title=SL_Floating_text

1. Create your object
2. Go to Content
3. Click on New Script
4. Doucle click on the new script, delete all the content
5. Replace with the below script

default
{
    state_entry()
    {
        llAllowInventoryDrop(TRUE); 
        llSetText("TEXT HERE", <1,1,1>, 1.5);//"1,1,1" is the color in "red, green, blue" values. White = 1,1,1 Black = 0,0,0 Red = 1,0,0 etc.
       
    }
}

6. Replace "TEXT HERE" with your text
7. Save the script (button at the bottom right of the screen)