function onUse(use) print(Color.red.GetHashCode()) local col = Color.__new(1,0,0,1) print(col.GetHashCode()) end