So I want to make it so when after u robbed a atm a text pops up and says “You just robbed … amount of cash” on those 3 dots the amount of cash pops up.
make a remote event and fire it to the player who robbed the atm, then connect it to a function in local script to pop up the UI… for the text part, put this script.Parent.Text = “You just robbed'..amount.."amount of cash”
and put a parameter for amount…