Why this exported type doesn't exist? WHAT?

The questions is why is that not exporting the type and how to solve this.
Problem: type Team__ is nil even tho the module has been required
image


image

Maybe you don’t know how to use it. I suggest reading more on developer.roblox.com or using a little special thing called google :smile:

Pretty sure you can access the exported type like this:

local TeamList : TypesPack.Team__ = {}

You’re right. It worked.
But previously it has worked without, that’s why I was confused.

2 Likes