hello, do you know if there is a way to detect if a player moves his phone, for example if he moves his device to the left then the character goes to the left?
You could possibly use UserInputService.DeviceRotationChanged as well as UserInputService:GetDeviceRotation()
1 Like
Thank you very much for help !