#need help setting up profilestore

1 messages · Page 1 of 1 (latest)

dusk solstice
#

I am trying to add game passes and I can't figure it out

languid willow
dusk solstice
languid willow
bold juniper
#

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...

▶ Play video
thorn siren
#

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

kind shuttle
#

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