How do I get the mobile touch position inside of a renderstep loop?

I know I can use UserInputService.TouchStarted and it provides me with an InputObject with what I need but I need to also get it inside of a renderstep loop and I’ve tried UserInputService:GetMouseLocation() but that didnt work the way I wanted

Got what I needed working, I just had to change everything to Mouse.X and Mouse.Y