Is there an easy way to separate skripts per world? (Basically what I mean is, I want to run certain skripts in certain worlds. ex: I want to run H.sk in world PVP, and I want to run F.sk in world hub) I know I can have it check what world a player is in but I don't want to do that for every event (mainly because I have 6k+ lines of code) Is there a simple way to do this instead of having to change all my code? (If not just tell me so I can get to work on converting my code, I'm not gonna waste my time)