'Accessed None trying to read property roadspline'



Im trying to do an AI car following a spline path. However, it keeps saying Access None trying to read property roadspline. Does anyone know how to fix this

Hi @Hellrank, Welcome to the Forums,

I see you’re doing an IsValid check in your construction script. Also try doing one with the logic you are executing on Tick.

(My theory is that there are a few frames before your ‘Road Spline’ reference gets set (Or in this case applied from the construction script… werid), so you’re seeing ‘Accessed None’ from that timeframe.)

Having the same issue here and i can’t seem to find a solution elsewhere. Did you find your way around this?