Solved Idk whats wrong

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

    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!

FindME

Active Member
Jul 5, 2023
58
3
8
function effectp(p: player):
remove speed from {_p}
remove jump boost from {_p}
remove invisibility from {_p}
set {_p}'s fly mode to false
on step on diamond block:
if {parkourj.%player%} is true:
set {timer.%player%} to true
set {start.%player%} to now
while {timer.%player%} is true:
set {diff.%player%} to difference between now and {start.%player%}
show an action bar from "&6&lTime: &b&l%{diff.%player%}%" to player
wait 1 tick
 
function effectp(p: player):
remove speed from {_p}
remove jump boost from {_p}
remove invisibility from {_p}
set {_p}'s fly mode to false
on step on diamond block:
if {parkourj.%player%} is true:
set {timer.%player%} to true
set {start.%player%} to now
while {timer.%player%} is true:
set {diff.%player%} to difference between now and {start.%player%}
show an action bar from "&6&lTime: &b&l%{diff.%player%}%" to player
wait 1 tick
Can you send a screenshot of the error(s) if there are any? And if not, can you explain what isn't working?