Camera won't go back to normal when reset

Okay so when I reset the player camera to default there’s this weird glitch and I can’t really fix it

Code :

local character = game.Players.LocalPlayer.Character
	local humanoid = character:WaitForChild("Humanoid")

	local cameraObject = workspace.CurrentCamera
	cameraObject.CameraType = Enum.CameraType.Custom
	cameraObject.CameraSubject = humanoid

https://gyazo.com/a3b0ead90165681e87859d6c3c2a1519

1 Like

It’s a common glitch. I’m not sure if there’s even a fix for it. I’ve had it for my game for a while. It might just be Studio acting up. Try it in the real game.

Tried it on the real game still bugged even with my friend

happened to me once, but never again, idk if this is a scripting issue with roblox coregui

Relaunched studio works now thanks for the help!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.