Hello i have make everything to work great (RPC, commands etc..) with LLAPI but the only problem is after 5 connections in the same game it's take time from server to send player position to all clients.
let say player 1 send position to server and server send the posistion to player 2,3,4,5 that happen with all clients. (player 2 send position to server and server send the posistion to player 1,3,4,5 etc..) so it's 5(clients)x5(repeats for each client)=25 requests from server to clients...
LLAPI transform problem
let say player 1 send position to server and server send the posistion to player 2,3,4,5 that happen with all clients. (player 2 send position to server and server send the posistion to player 1,3,4,5 etc..) so it's 5(clients)x5(repeats for each client)=25 requests from server to clients...
LLAPI transform problem