Hello people, I have made a module and I want to open source it but I am anxious it will get negative feedback as the module is pretty short and simple (it also uses trove)
The module is called BetterConnections (prob gonna change)
What this module does is it creates a metatable with a setup of: self.Connections = {}
and there is a function called self:Connect(Name, Function, Parameters) self:Connect("RenderSteppedConnection", RunService.RenderStepped, function(Delta) print(Delta) end))
and there is a disconnect function which is self explantory and a debris function which sets a connection for a set amount of time before disconnecting. Now I don’t know if the name is actual connections as I dont think it supports signal:Once(function() and similar
So just give me some feedback and what I should do. Maybe even some name ideas.
Also I suck at explaining so if you need to ask questions go ahead.
As for the module you need to post the code so we could know if it’s worthy of positive feedback or a very tiny amount of negative feedback.
Just a tip that, don’t let the bad people who discourage you in this world hold you back. Do what you like, share what you like. Because at the end of the day in this hell of 8.2 billion people, at least ONE will appreciate your work other than you or those you know.