message stuff i dont know

  • 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!

lateeagle

Active Member
Jan 29, 2025
83
8
8
25
How can I find the length of a message, loop the message and get the letter that was looped
 
You can find the length of the message with this but i don't have a clue how to do the other bit sorry D:
Code:
on chat:
    set {message::%player's uuid%} to message
    set {messagelength::%player's uuid%} to length of {message::%player's uuid%}