I want to make a system that I can request fo a player to give me money

I want to make a system where, there will be a GUI that i will open with a button or a Keyboard number. Then it will include usernsme and amount of cash that you want to request from someone. Then the other player will open a gui that will show him the amount of cash and username and if he wants to accept or decline the offer, to give the money that the other player requested.

1 Like

I’ll help you, but I can’t do it rn

Okay thank you. You can send whenever you want.

@panosbot12 this is not the right place to post about this (I think)
As far as I can tell from your OP, you want this system coded for you and this is the scripting support. We can help you fix your issues or give you a mere direction of where to go but usually people don’t ask for full systems on here - maybe check the roblox Talent Hub out and hire someone to do this if you don’t want to do it yourself?

If this is a missunderstanding please point it out.
Have a great day

As for the asnwer:
You will ned a server side and a client side + some remote events to communicate between the two.

your request should look like this:
client(requester) → server → client(target)

and your response should look like this:
client(target) → server → client(requester)
or:
client(target) → server and then the server already does the transaction

I actually asked the AI to make it before and it made 2 scripts, one to put it in Server Scriptservice and the other one starterplayerscripts. And it told me to make an event in replicatedstorage only this. I haven’t tried btw i’ll try it tmrw.

1 Like

If you can help me to make it soon, I will appreciate it, because I need it,

1 Like

Do not trust the Ai. It might give you false information.

1 Like