Thomas
Results
2
issues of
Thomas
I am sending the client printed CFrame value to the server and then printing it server side. The value on the server side does not match the one the client...
type: bug
Packet type has method `sendToList` defined, but this method does not exist (should be sendToPlayers). It is also missing `sendToAllExcept`. Corrected type: ```lua type Packet = { sendToAll: (data: T)...
type: bug