Well, you could just have a boolean that gets reset every frame… If that boolean is false, then render again and set it to true. If it’s true, then set it to false and do nothing. That way you just have to assign a boolean a couple times a frame instead of doing anything complicated.