Hi,
How would I go about sending an array from one script to another script? You can’t save arrays in values, and I don’t know of any other way of storing/sending them.
Thanks in advance for any help.
Hi,
How would I go about sending an array from one script to another script? You can’t save arrays in values, and I don’t know of any other way of storing/sending them.
Thanks in advance for any help.
Use functions, Bindable events/functions, and module scripts. You can pass the array through as a parameter.
For server-client boundary communication, use RemoteEvents