How do i get this table out from a Module to other scripts

The title says it all, the code im trying to do is this
image

Why don’t you just return that table?

return {
    Sprinting = false,
    Walking = true
}