ok title says it all i would like to be able to let players walk throu other players and look in the source and couldnt figure out where the code is so
basicly anyone kno how i do it ?
look in the (i belive it is) canmove sub of the client. Take out where it checks if there is a player there. Do the same in the server playermove sub.
It's because of the And optimization. Someone split up a statement that needed to be in an and statement, and instead split it into two if statements. I do believe it's in the CanMove Sub.