I’m not sure what this error means, can anyone tell me?
Can you provide the code that is giving the error?
A cyclic table is one that contains key(s) and/or value(s) that refer to the table itself.
Well, this probably due roblox encodes tables into json format, probably to send the data across networks later it get decoded back in Lua tables, I don’t think json can store data with references to himself, try removing the cyclic table and doing a new one.