Sending an array from one script to another

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 a BindableFunction to retrieve the array.

1 Like

Use functions, Bindable events/functions, and module scripts. You can pass the array through as a parameter.

For server-client boundary communication, use RemoteEvents

1 Like