I can’t commit ModuleScripts that have their name set to a whitespace ’ ’
Setting the name to something other than the whitespace, then committing, works; although I’m curious why this happens.
I can’t commit ModuleScripts that have their name set to a whitespace ’ ’
Setting the name to something other than the whitespace, then committing, works; although I’m curious why this happens.
Why would you want to name your module script nothing? Wouldn’t make sense requiring it. Also, how does this help with organisation?
But im guessing it doesn’t work because you can’t name your script nothing ig, its like naming an index.html file to nothing, making the home page of the website not open(bad example ik)
Or you just can’t have special characters in the name idk.
cuz bro, it needs to have a name that is proper
like can a human be named “”
no lol
how will you require a module with no name?
require("") -- isnot good tbh