Help with static methods!

Have you got it to work without implementing the class as a static class? I’ll be honest, I’m not an expert, but from my understanding, using static methods is generally a performance thing.

My advice? Try to get it working without static elements, and then implement static elements.