Hello Devs! I am trying to make a system shown in this game where the person can give you a ticket with information on it. What I would like is someone to be able to give you a ticket like the one shown in the video and for someone else to be able to scan and read it. Would this be an easy thing to do as I am a new dev and can anyone give me any tutorial or help as to how I could achieve this?
Okay first you may have for example a UI for the giver, then the giver needs to fill out information.
Use remote events to fire on the client and clone the tool and UI to the target username, change all the text to the information filled out. the username is filled out by the giver. just for you to remember.
Thank you! I think this is what I am looking for however Iâm still kinda new to scripting so Im not sure I would be able to do this by myself without a tutorial or something like that.
As Jackscarlett said, âChanging the UI Frames to Visible/Invisible upon clickedâ, you should use remote events to make it. Look mainly at the developers wiki.
Thanks for all your help everyone! I think this is what I need but I donât think I am advanced enough in scripting to achieve this but thanks everyone