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
this is the script I am using, is there a possibility that something is wrong maybe fov? or zoom? any help?
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.