I am trying to access a module in server script service but I don’t know where it replicates to. can someone tell me where it is or how to access it?
ServerScriptService does not replicate anywhere. You have to either move the module out of SererScriptService or have the script in ServerScriptService.
Oh sorry I meant server storage sorry I have the script in script service but the module in server storage
only server scripts can access server storage btw
1 Like
yes its a server script so I can access it
oh ok just making sure on that one
nvm fixed the problem I just moved the module into rep storage I was keeping it in server storage thats where quenty kept his.