Greetings! I have my game that uses a TON of BindableEvents, and when I say tons, I really mean tons.
Is it possible for me to convert a lot of them so I do not need to do BindableEvent.Event:Connect(function()? Instead, I want to do CustomEvent:Connect(function() so I can keep my code clean and readable.
I have seen this behavior across multiple ModuleScripts, including ZonePlus, and MatchmakingService.