#Donation System
1 messages · Page 1 of 1 (latest)
How much scripting do you know
0 xD i just use youtube tutorials
Im most builder
That's gonna make this difficult, you won't really understand what we're suggesting
You need to build a UI with a textbox. You need to connect to the property changed signal for "Text", and overwrite what was written if it's not a number (if tonumber returns nil)
You'd probably need a scrollable view to display all players and an invisible button to be able to select them, or a second textbox to type in their username.
Then, a button. .Activated event to get the click, send a remote event to the server. Server validates the number to make sure they have the money to give. Server then gives money to other player.
You got any kit or tutorial to make that?
Nope. This may be too specific to have a tutorial.
You may have to learn how to script.
There are tutorials for text boxes, maybe even number only text boxes, but probably not for this kind of donation system you're looking to make.