Folder doesn't exist... Yet it does

So, I’ve recently been moving things from Workspace to the ServerScriptService, as it is apparently where these things are supposed to go. I have moved a folder of animations to the group, but now, when I try to access it, it apparently doesn’t exist… But it clearly does. There is no mispelling, as Studio has autofilled these words, clearly designating that these things are in this group. WaitForChild() Doesn’t help either, as it has an infinite yeild… Somehow.

Proof of strangness:

local crouchAnim = game.ServerScriptService.Animations.Crouch

ThereIsAnimationFolder

Is this a LocalScrpt? Those can’t access ServerScriptService

2 Likes

M’kay wow I really done messed this one up…

Put it in ReplicatedStorage instead.

1 Like

Yup, and that works…

I really need to get it in my head that localscripts can’t access the all of the same things the server can…

1 Like