// This script is from http://xahlee.org/sl/ . Copyright © 2007 Xah Lee. Permission is granted for use or modification provided this note is intact and the script has permissions for copy, mod, and resell. // Description: float a text above the object. // Note: deleting the script won't delete the floating text. // To delete the floating text, change the string to a empty string "". Then, you can delete the script. default { state_entry() { llSetText("I ♥ ya.", <0,1,0>, 1); } }