You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve?
Declaring a variable of a folder inside a folder -
What is the issue?
Output keeps saying that

–My Code
local ServerStorage = game:GetService("ServerStorage")
local Challenges = ServerStorage:WaitForChild("Challenges"):GetChildren()
local DigOrDie = Challenges:WaitForChild("DigOrDie"):GetChildren()
–My Explorer Tab

–I’ve gone in play test and the folder is in the same location so I’m confused on why it keeps returning a nil