Table index nil on roblox server

My script works perfectly when i run it locally in studio.
When i get onto an actual server, i get this error:


not easy to see so here it is in text.
ReplicatedStorage.TS.Modules.Placement.client:428: table index is nil
here is a screenshot of the loadplaced function:

Line 428 is _placedMap[placeable] = _arg1
Hopefully we can fix this.

It means that placeable is nil, so whatever _binding[1] is returns nil. Check whatever is stored there and you should fix your problem.

Ok so yes i found that out. But the odd thing is, the data i pass through is correct and not nil. But the event it goes through on roblox servers is nil What?
could be roblox-ts