How would I make a triple jump gamepass

I already have a double jump script but how would I make a gamepass that lets you triple jump?

1 Like

Make another gamepass and change the script a bit so u triple jump

1 Like

Could I see the double jump script? That would help.

1 Like

I was gonna write a triple jump script (it actually sounds fun), sadly someone beat me to it and theirs is pretty good.

For a gamepass check:

if game:GetService("MarketplaceService"):PlayerOwnsGamePassAsync(playerid, gamepassid) then

2 Likes