Hello! I’m creating a CAD system, and I’m currently working on the ATTACH
button.
Goal
- Local script will send a request to a RemoteFunction where the server will check all the active calls and find the call ID in a folder. If the call exists, it will return the call (folder with data) to the local script.
- The local script will then use the data to fill out the information on the CAD.
Actual
- Server finds the call and supposedly returns the call folder
- Local script prints an error stating that the returned value is NIL
Photos
LOCAL SCRIPT
SERVER SCRIPT