How would i force the players camera to zoom out

im trying to make the player go out of first person. It does but it doesn’t zoom them out of first person and i need it to do that

If you use this article and set the player’s CameraMinZoomDistance to more than 0 it will force them out of first person.

1 Like

epic thank you!!! will use

1 Like

If it ends up working please mark my post as a solution, I don’t want anyone else having the same problem!

1 Like

yessir it works!!!1

1 Like

also, do you know why this isn’t working? there are no errors

cript.Parent.MouseButton1Down:Connect(function()
	script.Parent.Visible = true
	script.Parent.Parent.memesFolder.memesyeah.Visible = true
	
	script.Parent.Parent.memesFolder.memesyeah:TweenSizeAndPosition(
		UDim2.new(0, 767,0, 434),
		UDim2.new(0.227, 0,0.034, 0),
		"Out",
		"Quad",
		.5,
		false
	)
	
end)

What you are trying to achieve with this? I also noticed that at the start you spelled “script” as “cript”.

1 Like

nevermind, i fixed it it wasn’t the script just gui

1 Like