Requested module experienced an error while loading

???

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

2 Likes

i restarded studio and it fixed itself somehow, thats good

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.