In my server, we use sandstone and sandstone slab as roads.
I want to use the "on step on sandstone" to give bonus walk speed.
The problem is, I don't know how to revert it to the normal speed when the player left the sandstone slab road.
Anyone know how to do it?
Thanks.
I want to use the "on step on sandstone" to give bonus walk speed.
The problem is, I don't know how to revert it to the normal speed when the player left the sandstone slab road.
Anyone know how to do it?
code_language.skript:
on step on sandstone slab:
if player has permission "skript.vip":
set the player's walk speed to 0.5
Thanks.