???
I’m getting this weird error from running a script, teling me its erroring when trying to require a module script (i’m creating a module script for some anime game)
Script:
module = require(game:GetService("ReplicatedStorage"):WaitForChild("RockModule")) --line of error
while true do
wait()
module.Rocks1(script.Parent, 2,6,2,5)
end
ps: im geting the same error on other games i own that contain module scripts too