Show a title to a player

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

JustDanteh

Member
Jul 18, 2018
2
0
0
22
Italy
www.mc-market.org
code_language.skript:
on join:
    player's world is "Lobby":
        send player title "&8» &b&lBEDWARS" for 5 seconds

When i save and reload the skript , it says 'title "&8» &b&lBEDWARS" for 5 seconds' is not a text. What can i do? I also tried this:

code_language.skript:
on join:
    player's world is "Lobby":
        show title "title" to player for 5 seconds

Help me please :'(
 
code_language.skript:
        send player title "&9HEY!" with subtitle "&7You rule!" for 10 seconds
Try this, you need SkRayfall to make this effect up here to work!
 
code_language.skript:
send player title "{_title}" with subtitle "{_subtitle}" for 5 seconds

I think this one requires SkRayFall.
[doublepost=1532095784,1532095721][/doublepost]Oh my, someone was 3 minutes faster than me.
 
Status
Not open for further replies.