ModuleScript running twice on the client environment

As far as I know, ModuleScripts run once per environment when required, in fact it worked like this when I did something similar long ago.

image


I searched everywhere wondering why this might be happening but I couldn’t find any reason, am I dumb?

if RunService:IsClient() then print("Loaded") end

image

You using any Actors? text text

1 Like

:smiling_face_with_tear:

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