So what makes UDP “faster” is that if you are sending a sequence of updates, and you only care about the most recent one, then if your network is dropping packets you can catch up to real time a bit faster.
In order to do take advantage of this property, you don't just need to “use UDP”. You need to use it in a way where it will help.