#need help setting up profilestore
1 messages · Page 1 of 1 (latest)
why would u need profilestore for gamepasses?
Idk im pretty new to roblox studio and I saw a video explaining how to do it and I got lost
You know you can use UserOwnsGamepass when the player joins to detect if they own it?
Create a system to sell Gamepasses and earn Robux in your Roblox game! This Roblox game development tutorial will teach you how to do just that using ProfileStore.
Thanks for watching! I’m a Roblox game developer teaching Roblox players how to create their own games. Subscribe to learn more!
Tutorial Part One:
https://youtu.be/m2SP_TLeWHI?si...
You don't need profile store to save the gamepasses themselves but say you want a game pass for 2x speed
All you need to do is save
"2xSpeedGP = false"
To player data then make a script that checks and applies
-
apply 2xSpeedGP = true"
When purchasing the gamepass -
apply the humanoid walkspeed *2 when the players joins or dies
generally you won't need a profile store to save gamepasses, unless you have a lot of them, i.e more than 100, which is incredibly unlikely but you never know 🤷 same goes for badges if you have more than 60-something
coz at that point you start hitting request limits and quotas so profilestore is one way around it, you still need to check if they still own the gamepass though since it's an item in the roblox inventory which people can delete, idk why anyone would ever delete a gamepass purchase but it is possible therefore can and likely will eventually come up at some point