Grid is not a valid member of Workspace "Workspace"

What the hell?
I never saw this error before
image

When I try it (literally same code on a baseplate) it works perfectly fine.

But when I try it on another game, it errors Saying:
Grid is not a valid member of Workspace “Workspace”

![image|559x362](upload://SCxG2xj6BGenWktD9APNeeY7sq.png) 

Here is error:

	a.Grid = workspace.Grid

Literally grid is at workspace

image

Maybe switch workspace.Grid with workspace:WaitForChild("Grid")? This error probably pops out because script runs before game loads in the part.

1 Like

If what @BenMactavsin said doesn’t work then dubble check that Grid.Archivable is set to true

1 Like