i am trying to recreate the bukkits Spectate plugin but I found a bug in the SetPitch and SetRoll function. Becouse i use that to set the position the player is looking at but it doesn't work all the time. If i try to look at something only like 10 seconds later the other client looks at the same spot. But when i try print(Player:GetRoll()) and print(User:GetRoll()) they are the same. Also the cWorld:FindAndDoWithPlayer() function is putting out an message everytime i use it and since i use it in a OnTick function the console get spammed
