So basically, When a mobile player gets killed. There camera no longer works. As in you cant move it or zoom in or anything. You can still see everything but you cant move it. I do have a murder cam system, but the problem is that it works perfectly fine on PC, but not on mobile. Any help or feedback is appreciated!
I couldnt provide the mobile perspective, but basically when the character respawned. The camera was stuck in 1 position. It wasnt being controlled by any script or anything. Just it looked like this. The problem was that i wasnt able to swipe/move it.
Ive tried looking on the Dev Forum for any other similar topics but no one has experienced the same problem. Ive tried setting CameraSubject to the humanoid but it is already set to the humanoid.
I don’t see why a issue that’s related to the camera would only work on PC and not Mobile. Do you have some sort of condition or other script interfering with your camera properties. By the way within studio in the top right of the workspace there is a button that emulates different devices including mobile.
I do have a client script, which after you die. It will set the CameraSubject to the person who killed you. I also do have a client script which sets the camera to a CameraPart (It is for the lobby view), which doesn’t function after you died . I tried printing out the CameraType and CameraSubject after death. CameraType printed out as Custom and CameraSubject printed out as humanoid. Other then that I don’t think there are any other scripts interfering with the camera. I havent tried the emulate system yet, but ill try that and let you know what happens. Thanks