Search the Community
Showing results for tags 'displayname'.
-
Yesterday I changed my display name, and it showed up above my head just fine for a while. But then I teleported somewhere, and when I got there, it showed as just the first two characters of my name, and the rest was deleted. Why is this happening? I don't think I should have to keep waiting a whole week each time it gets messed up since that's not my fault. How can I make sure it doesn't get changed again on its own after I change my name? If anyone can help me, I would really be grateful. Thank you!
-
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 Name a normal Standard Human Name "Natalya" Tysm for help out
- 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; } } } and what's killing me is that with some objects from certain owners it works just fine, and i get this: [10:23] Object: 7d42438e-d9c3-4b12-a610-34dfa6f29448 [10:23] Object: The owner is: Cielo Aulder (cielo.aulder) but with others i get something like this: [10:23] Object: 0c26902e-40c3-4fbe-98ef-3d9455292f10 [10:23] Object: The owner is: () Somehow llGetDisplayName and llGetUsername is not working there... but the key on Owner is fine. And I don't understand why with certain people it works just fine.. I hope you can help me. Thanks.