shlexr
(jenson)
October 24, 2020, 6:32pm
#1
Note: I’m really new to datastores and I know this is necessary to make what I am looking for.
Hey! I’m looking to make a token/cash system where you purchase cash to buy sort of gamepasses without going through roblox except for purchasing the tokens.
Like this:
How would I make this?
bearaser
(bearaser)
October 24, 2020, 6:36pm
#2
I found this on the Devforum, I am not sure if this will solve your problem completely but maybe give it a read. Scripting Money System Help
shlexr
(jenson)
October 24, 2020, 6:38pm
#3
I don’t think this will help me in what I’m looking to do.
use this (the SendNotification). Use it like this:
game.StarterGui:SetCore("SendNotification", {
Title = "Title",
Text = "Text",
Icon = "", --icon id e.x "rbxassetid://000"
Duration = 5,
})
Also, this has to be used in a local script.
shlexr
(jenson)
October 24, 2020, 6:43pm
#5
I’m not looking for a notification, I’m looking how to make a cash system. I’ve found out how to do it anyway! Thanks everyone.
Oh, lol the way you put it, it sounded like you needed a notification with the cash system.
1 Like