I don’t know if this is a Roblox glitch, or what, but this is a bit strange.
I have a module script inside of the ServerScriptService:
But I can’t seem to access it from a local script.
local MiscFunctionStorage = require(game.ServerScriptService.MiscFunctionStorage)
This returns an error saying that it doesn’t exist, when it clearly does.