#Script can't find my module script in ServerStorage
1 messages · Page 1 of 1 (latest)
Make sure you’re requiring from a “Script” and not a “Localscript”, after that use: game.ServerStorage:WaitForChild(“CombatTable”)
Help submitted from my phone, let me know if further assistance is required.
it's from a module script
it work when it's on another module script but when I put it in the one where I need to script it won't find it
here it doesn't work
but here yes
both are module script
@rustic pond please 😭
can you help me
I would put the module in replicatedstorage instead of server storage
Should fix ur error
@stuck ether worked?
Is the script that requires the first module script that requires CombatTable a local script?