Gamepass Creator
Introduction
This will create gamepasses by putting UniverseID and RobuxAmount
Getting Universe ID
To get UniverseID you need to get Your game page from https://create.roblox.com/dashboard/creations and find your game
Yay! You found it 😄 (I did this thing because i am bored why somebody doesnt know how to find universeid coming to here very weird)
Code
py
from rogamepass import gamepass
cookie="Put_Your_Cookie"
PriceAmount = 1000
UniverseID = 123456
gamepass(cookie).pass_creator(PriceAmount,UniverseID)