Whitespace named ModuleScripts

I can’t commit ModuleScripts that have their name set to a whitespace ’ ’

Screenshot 2025-01-30 140213

Setting the name to something other than the whitespace, then committing, works; although I’m curious why this happens.

2 Likes

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.

3 Likes

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
3 Likes