Why doesnt my Attribute exist?

Hello there!

It seems like the game cannot find the attribute “Horsepower”, but its literally there:

Can anyone help me with this? Thanks!

1 Like

You don’t index an instance to get it’s attribute, you need to use the Instance:GetAttribute() method. Indexing it will error.

1 Like

Oh thanks! It seems to find it now.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.