any help would be appreciated as I have been trying to fix this issue myself for about 3 days now. I have no experience in programming at all just a heads up.
Thanks
also. This error occurs when you have finished character creation and there is no movement control for the player on the server.
Because there is a call back you need to do local source = source before you go into the callback, you should also be careful with trusting client input, you don’t have any verification for data or myIndentifiers, which could send anything (like large amounts of data)