Why is the scene group not being recognized .

I will post my well indented code in another thread .

Hi @trueisawesome,

Sorry to be nitpicky, but your big block of code is not indented properly… you have not clearly indented blocks and functions so that the community/staff can see what the issue is. Your error is 99.99% a scope issue, so please go back and properly indent your code blocks for readability. Doing so will actually probably help you locate the issue yourself… indentation is one of the most useful practices to adopt so I can’t stress it enough.

Brent

Hi @trueisawesome,

Sorry to be nitpicky, but your big block of code is not indented properly… you have not clearly indented blocks and functions so that the community/staff can see what the issue is. Your error is 99.99% a scope issue, so please go back and properly indent your code blocks for readability. Doing so will actually probably help you locate the issue yourself… indentation is one of the most useful practices to adopt so I can’t stress it enough.

Brent