#Titleraw say name
1 messages · Page 1 of 1 (latest)
Yes, you can use the "selector" component. @wraith heron
execute as @a at @s run tellraw @s {"rawtext":[{"selector":"@s"},{"text":" is a cool person"}]}
What’s that 😭🙏 just avoid commands and use player.sendMessage()
player.onScreenDisplay.setTitle(`${player.name} is a cool person`)
Er, I had it wrong too—/titleraw and not /tellraw—but the principle is the same
Ohhh yeah i forgot abt selector i haven't played in months so im alttile rusty 😅
Thanks 😁
you can just do
/tellraw @a {"rawtext":[{"selector":"*"},{"text":" is a cool person"}]}```