Hello there! Rick has talked about how using the Invoke-Method is not his favorite, because it takes a string. IntelliSense has prompted me with the suggestion to use;
Invoke(nameof(HandleDefaultCollision), levelLoadDelay);
Is this a viable alternative to using string?