Display UI text On Controller

I’m trying to display a timer’s UI text so that it hovers right above the players controller and moves in union with the controller. To clarify the player can look down at lets say the right hand controller and check to see how much time is left on the timer. I’ve seen similar things done with text and arrows appearing right above the controller showing which buttons do what but haven’t been able to find out how to implement this. If it helps I’m using the Oculus SDK from VRTK.

Found the solution, All i had to do was go into the SDK, find the avatar and child a “world space” canvas to the controller, this also helped me find the answer so maybe it can help you too: World space canvas child of gameObject - Questions & Answers - Unity Discussions