I’ve got this heartbeat effect, that basically makes the whole screen fade to black for a few moments. But I don’t want to disable the players ability to rotate their camera via right click. How can I allow this?
I’m not sure I understand. If you use a black frame, and a script that changes the opacity every few seconds, the player should still be able to move their camera around just fine. You may need to disable the Active property of the frame tho
If I disable active doesn’t that mean you can’t view it?
No, that just means that, for lack of a better word, the frame is not active. If it were for a button, if you disabled the active property, the button would still appear, but you couldn’t click on it. What you are thinking of is the Visible property.
1 Like