Solved Sprinting

  • 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.
code_language.skript:
on any movement:
    event-entity is player:
        if event-entity is sprinting:
            # Your code here #

This is the code for being able to recognize if a player is sprinting or not.
Working on trying to make a more specific bit code for you on this, if you don't figure it out in the meantime.

Update:

I couldn't figure out a way of making it work without it breaking for some reason.
I hope the code above showing you how to detect if a player is sprinting or not is helpful though.
 
Last edited:
  • Like
Reactions: Flajakay
Status
Not open for further replies.