My camera script will not working properly, why isn't it working?
Asked by
5 years ago Edited 5 years ago
Basically I have a part called Cam. It has a working script that makes the player spectate an area in view of a brick. The part im failing at is that once you hit a text button within a frame within a gui called Team Change, you are supposed to go back to your normal camera view, but instead, the camera view does change at all. Something is not right with this script..
(THE CAMERA PART IS CALLED CAM)
1 | local Player = game.Players.LocalPlayer |
2 | local Char = Player.Character or Player.CharacterAdded:Wait() |
3 | local camera = workspace.CurrentCamera |
6 | camera.CameraType = Enum.CameraType.Scriptable |
7 | camera.CFrame = workspace.Cam.CFrame |