How do I get a profile service profile without getting a cycle table returned? I send an event from the client to the server to say that a player list player button has been clicked and sends the player ID to the server to get that players profile so that I can use some of their data for the UI. However, when I try to return the table back to the client from the server, it just says cycle table reference detected and has all of this random stuff in the table that makes it 100x longer. Does anyone know how to fix cycle tables with profile service? I am able to provide further info if needs be for anyone that responds.