I want to set vector3 transform but it doesn't work


Initialized guard and set it to myGuardarray variable. So I use it outside but when I try to set GTran it doesn’t work. maybe array problem…

It works like 17 lines but why it doesn’t work in 22 line? it looks the same. Both are array aren’t they?
Can you help me out?

You’re doing .GetTransform() on an array of fort_characters instead of a singular fort_character

I’m sorry I don’t get it. I’m bad at English can you explain more detail please?

Ok so “GTran” can have MANYYY fort_characters in it because its a array

Which mean when you try to get the Transform of it its impossible because you are trying to get a transform of an array and not the fort_character itself

Now I got it perfectly TY!!

1 Like

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