I wrote a simple code to not strain the server, but for some reason I don’t know, it sees a partition as nil even though it can be accessed from the client.
I tried calling this module from the client at least once.
In this code, when the tycoon parts are added, I send a tween request to all clients, but I get this error. and when I try to print the variables, this appears.
Unfortunately, I do not have a problem with the tweeninfo part. Although I send an object to the client from a place where it can be reached, the client ignores it.
Maybe tweenPos doesn’t exist? you have a red line there
otherwise just check all your variables. i dont have time to read all of the code but you likely have something nil then
I think the source of this problem is that the data of the newly added piece reaches the client after the data I sent and the client cannot find this piece.