Howdy,
I’m working on a custom camera system and am trying to implement mobile support. So far I’ve been trying to use the UserInputService.TouchPinch() event but there is no way for me to get the .Delta of the positions that the event returns; this means that I can’t detect if the client is trying to zoom in/out on their mobile device.
Is there any way around this? Am I looking in the wrong place/missing an alternative method?