Can't require a module script

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:
MiscFunctionStorage
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.

you can’t access serverscriptservice from a local script.

2 Likes

Welp, I’m dumb. Thanks, though.

Place them in ReplicatedStorage.

I know. I did that already.

Char limit

1 Like