Skript v2.5 1.15.2 How to: elytra gliding state always on?

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

fakerwilliam

Member
Apr 27, 2020
1
0
0
33
Hi, brand new to Skript. I want the player in a forced gliding-state always, even if they don't have an elytra. Basically, I want to recreate what's happening in this video.

I've tried different variations of this:


on join:
set gliding of player to on
on respawn:
set gliding of player to on

OR

on join:
while {player} is alive
set gliding of player to on
on respawn:
while {player} is alive
set gliding of player to on

But having an IQ of 20 isn't cutting it ~ anyone willing to help out?
 
Status
Not open for further replies.