Why is the type function printing nil on a table?

Hello, I’m having this problem where I print type(Table1) it prints table but when I print type(Table2) it prints nil

Could it be a bug with Roblox?

Edit: Its a bug with Roblox because now I restarted Roblox Studio and now it prints table.
I’ll leave this up so Roblox can take a look if they see this. I’ll probably email them this

Table 1
image

image

Table 2
image

image

Module script
image

Could you show the full modulescript including what’s returned as well as hierarchy?

Sure! Here it is
image

Try print(require(game:GetService('ReplicatedStorage').PlaneGui.Data)) and see what that returns.

Take a look at the edit of the Devforum post :confused:

1 Like