My table exist but i got a error: invalid argument #1 to 'pairs' (table expected, got nil)

Code:
image

Input:

Table of CFrame:

After350 it’s a model instance as key as reference
i don’t know what’s happening

You’re overwriting the reference to After350 to SaveFrame[After350]

So basically inside pairs you have SaveFrame[ SaveFrame[After350] ]
Try doing for E, Frr in pairs(After350) do

1 Like

oh, sorry my mistake for not read, i’m testing and I am really distressed by a rare bug that is happening to me