I am trying to setup an interaction system with ProximityPrompt. I have my codebase setup right now for interacting only with seats for development/testing purposes. My current code is in fact working on PC with no errors, however, mobile has proved to be very problematic.
My function is returning nil on mobile, whereas on PC it will return the table I am expecting. The only meaningful information the output has given me is the function returning nil. It doesn’t really occur to me why this would be happening on mobile specifically, but not PC.
I’ve tried adding print statements across all of my client code to narrow down where a problem might be occuring, but I have had no luck in doing so. I have also done various small changes to code to see if there were any stupid things going on and I can’t seem to find anything like that.
Here’s a link that can give a little more context behind the problem I am having with the code attached: