Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Player.Running

Matias Salas edited this page Dec 28, 2020 · 1 revision

Client-Side

Player.Running()

This function determine if the player is running.

Example

if Player.Running() then
    print("Player running!")
end