Cant click Button on isometric camera mode

when I am in isometric camera mode, I can’t click the button on the surface gui like the picture below click to donate can’t be pressed when I am in isometric camera mode image

this is the script I am using, is there a possibility that something is wrong maybe fov? or zoom? any help?

Seens fine for me. Are you sure there is nothing wrong with the button?

1 Like

nope just a normal imagebutton on a surfacegui

I tested your camera script and clicked a surfacegui image button fine.

1 Like

when I press the imagebutton in the surface gui, I want to make the billboard visible after I press the imagebutton in the surface gui, but for some reason when I press it, it doesn’t appear.

The problem is with your billboardgui you need to adjust the billboardGui.StudsOffset to match the camera. You can try this
billboardGui.StudsOffset = Vector3.new(0, 10, 0)
But is going to be pain make this billboard work in an isometric camera.

1 Like

oh wait it’s fixed I don’t remember what I pressed to fix it :confused: thats odds