Shouldn't this hypothetically work

I can clearly see the folder in workspace, but I will debug the rest

then try workspace.Effects:GetChildren()

Remove local from the Effects declaration here:

Also a tip, don’t define an instance’s parent in the parameters of Instance.new(). Manually set the parent after you have finished working with the instance’s properties like this:
Effects.Parent = game:GetService("Workspace")

2 Likes

GOT IT WORKING! I celebrated so hard when I fixed it, been working on the system all morning and redoing, thanks all for the help, all of you together helped.

Edit: I just got another magic working, almost just punched my monitor from celebrating

1 Like