Jetpack Gamepass Help!

What do you want to achieve? I want to make a jetpack into a gamepass and be able to give it to certain players for free.

What solutions have you tried so far? I looked on google, and youtube but found nothing.

I want it so when players buy the gamepass they earn the jetpack which they can equip/unequip it. Also, for giving the players the jetpack maybe in the script when I write down the users name it gives it to them in-game and they don’t have to buy it.

Such as If Player.Players = "max123lover2" then ect.

If it is possible for you guys to give me a link or can try and help me find out how to do it.

To actually make the gamepass script I’d suggest the linked videos. If you want to give it to certain people then there would also probably be a tutorial online for that, although an easy way is just making the gamepass 1 robux whenever your mate wants to buy it

In simple pseudo code:

  • If player owns gamepass or is specific player
    • parent item to backpack

This is a very simple thing to do, so if you don’t know how to do this you should watch some tutorials on basic roblox scripting.