How to Add Items to a Gamepass in Roblox
You can't directly add items to a gamepass, but you can script the gamepass to grant items upon purchase. Use `PlayerOwnsAsset` or `UserOwnsGamePassAsync` functions in your script to check if a player owns the gamepass, then grant the items accordingly.
Play Games.Earn points.Get gift cards!


Playback Rewards






500k players and counting...
More Answers
Sorry, you can鈥檛 add items to a gamepass. You need to script it so the gamepass gives the items when owned.
I've done this for my game! You need to write a script using `UserOwnsGamePassAsync` to detect if a player owns the gamepass. Then, you can give them the items in-game. It's a bit of scripting, but totally doable. Check out the Roblox Developer Hub for some example scripts!
Playback Rewards - a great rewards app for your favorite brands
馃憖 If you like Roblox...
The brands referenced on this page are not sponsors of the rewards or otherwise affiliated with this company. The logos and other identifying marks attached are trademarks of and owned by each represented company and/or its affiliates. Please visit each company's website for additional terms and conditions.
People also want to know
Add an Answer