scel5525pro2 Posted December 23, 2023 Share Posted December 23, 2023 https://imgur.com/a/VRNjyQi If its supposed to be like this, please tell me another way to fix this. Quote Link to comment Share on other sites More sharing options...
Solution Josh Posted December 23, 2023 Solution Share Posted December 23, 2023 In your update function, you need to not execute that code if ActiveWindow returns nil. Something like this will work: function Test:Update() local win = ActiveWindow() if win == nil then return end ---rest of your function here... end Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.