Remote event firing a populated table as nil

Hi there!

So recently, I’ve been running into a very strange issue. Whenever I try to pass a populated table (the server confirms its populated) through my remote to my client side code, for some reason the client side receives an empty table.

Output from server:
image

Lines of code the output is referencing:
image

Client output:
image

Lines referenced (Items is the maps table):
image

If anyone knows what is going on, any help is appreciated

If these are Instances and they don’t exist on the client (i.e. they aren’t in Workspace or ReplicatedStorage) they will be nil in the LocalScript.

4 Likes

They are populated with strings

Nevermind, my programming partner was dense and forgot that they were in server storage. Thank you for pointing it out!

1 Like