Search the Community
Showing results for tags 'displayname'.
-
Is this a common thing to happen on Firestorm? cause It reverted to normal after like an hour, and i had JUST changed it.
-
I got this Problem and i hope someone know why and can please help TYSM I get me my Display NAme Signs mostly from here: https://coolsymbol.com/cool-fancy-text-generator.html The Fontstyle works, cause i see it after add it to my Display Name in Profile, LL is ok with it, otherwise they Message would show up: Those SIgns are not supported in Firestorm! Now, when i log in next Day, the Display Name is gone and i cant change anything anymore? And this is not the first Time, that happened already. Can LL delete without Warning a Display Name and Why, i took as Display N
- 14 replies
-
- 1
-
-
- displayname
- profile
-
(and 2 more)
Tagged with:
-
Yesterday I have changed my display name from "Liza Rena" to "𝓛𝓲𝔃𝓲𝓮". After re login into my account my display name is automatically reset to my username "Luckkkiey". What should I do now for my display name?
- 4 replies
-
- displayname
- display name
-
(and 1 more)
Tagged with:
-
Hello, i'm not very good at this, but i wanna get the username of the owner of an object, so i made this: key Owner; default { touch_start(integer total_number) { llSensor("", NULL_KEY,SCRIPTED , 3.0, PI); } sensor( integer detected ) { while(detected--) { Owner=llGetOwnerKey(llDetectedKey(detected)); llSay(0, Owner); llInstantMessage(llGetOwner(), "The owner is: "+llGetDisplayName(CarOwner)+" ("+llGetUsername(CarOwner)+")"); return;