hello robloxians,
i am working on a team select ui and when i just checked the ui so the camera cant change by click to “fixed camera” sombody can tell me why?
You’re using “Workspace.Camera” where you should be using “Workspace.CurrentCamera”. Change all instances of the former to the latter and you’re set as far as resolving this issue goes.
That’s an issue you can fix by reviewing your code carefully and checking to see if you’re setting the right CameraType where appropriate. Spend some time checking over your own code. I can’t hand you the answer for small problems like this. It doesn’t teach you anything.