Its possible get all statebags?

if is use this code
LocalPlayer.state:set(“test”,true)

print(LocalPlayer.state.test)

output - true

but if i use this code

for _, stateBag in pares(LocalPlayer.state) do

print(stateBag)

end

output anythink

does anyone know how to make this work?