#Help with particle effect when new player joins.

1 messages · Page 1 of 1 (latest)

cedar lintel
#

Hi, when a new player joins my server I'd like all players to get a totem of undying particle effect and the text "New Player" with a subtitle of the new players name, but my code isn't working.

    send title "&aɴᴇᴡ ᴘʟᴀʏᴇʀ" with subtitle "&7%event-player%" to all players
        make 50 of totem_of_undying at player's location for all players
        wait 0.2 seconds
        make 100 of totem_of_undying at player's location for all players```
dapper sparrow
#

well 1st youll need to fix the indentation

#

also, incorrect indentation there means you have errors, which are a good starting point. Never just say your code "isnt working", be more specific

cedar lintel
left spoke
#

try %player%