#Item saved after death

1 messages · Page 1 of 1 (latest)

autumn plume
#

Sounds like you want a gamepass

https://youtu.be/nh7MYYL5CGE?si=PeqbCkx1Id-_wA2H

That's something that's bought once and they'll always have it

but actually making it give them the item if they have that gamepass would require some code, not sure there's a tutorial specifically for that, but there could be.

Googling something like "roblox gamepass tool" or whatever may bring up some examples

DISCORD 📜
Join my Discord Community if you want scripting help, participate in events/challenges, and make friends!
https://discord.gg/WC6kPu5W5P

MEMBERSHIPS 🎁
Get Access To My Scripts + More Perks By Becoming a Channel Member! 👇
https://www.youtube.com/@BrawlDevRBLX/join

ADVANCED ROBLOX SCRIPTING SERIES 🔴
https://www.youtube.com/p...

▶ Play video
candid summit
candid summit
autumn plume
candid summit
autumn plume
# candid summit I already have a 3 repeatable purchases BUT I want to make them a one-time perma...

Right... so if you want a one-time permanent purchase, then you should probably use gamepasses, as you can then check if the gamepass is owned, and if they do own it, add it to their inventory

https://www.youtube.com/watch?v=K6p41z6uOe0

🛒 How to Make a Gamepass Tool Button in Roblox Studio! 🎮

🚀 Join my Discord server for more tutorials and game development discussions!
👉 Discord Server: https://discord.gg/PVk6yRqPHA

In this tutorial, I’ll show you how to create a Gamepass purchase button that gives players a special tool after they buy it! 🚀 This is a great w...

▶ Play video
#

Maybe I'm misunderstanding, do you just mean that you want the purchased tools to not disappear when the player leaves?

candid summit
autumn plume
# candid summit I understand that and thank you for explaining it (I already know that) the prob...

Gamepasses can be for literally anything the dev wants them to be for. It's just a one-time permanent purchase. So if they buy it, they can never buy it again, as they'll always own it (they may be able to remove the gamepass from their inventory, but that isn't your problem)

So you can make a gamepass for each item, if you only want them to purchase those items once and always have them forever and ever

candid summit
#

Hjälp please

autumn plume
# candid summit ""So you can make a gamepass for each item, if you only want them to purchase th...

#1423475295935004733 message

My previous link tells you how to handle a gamepass purchase and award the tool if they have it or just purchased it.

Roblox has a page dedicated to gamepasses, including creation: https://create.roblox.com/docs/production/monetization/game-passes

So combine the knowledge:

  1. Create a gamepass for each item
  2. Have each item in the shop trigger the right gamepass prompt
  3. When they buy it, give them the tool they purchased
  4. If they joined and already own it, give it to them. You also want to do this when they respawn, via the CharacterAdded event from the player.
candid summit
autumn plume
candid summit
#

I'm not sure but I'll try now

#

Thank you

candid summit
autumn plume
candid summit
#

From what you say it will be possible to do this, so I'm happy, Ty. By gui I meant:

autumn plume
# candid summit

Oh, no you can prompt a purchase from anywhere. doesn't have to be in the GUI

candid summit
#

That's what I asked about

#

Thank you

candid summit
autumn plume
candid summit
autumn plume