KrCha
(KrCha)
October 17, 2024, 12:10pm
1
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?
Mineblo
(Mineblo)
October 17, 2024, 12:47pm
2
You’re doing .GetTransform() on an array of fort_characters instead of a singular fort_character
KrCha
(KrCha)
October 17, 2024, 1:07pm
3
I’m sorry I don’t get it. I’m bad at English can you explain more detail please?
Mineblo
(Mineblo)
October 17, 2024, 1:46pm
4
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
KrCha
(KrCha)
October 20, 2024, 10:42am
5
Now I got it perfectly TY!!
1 Like
system
(system)
Closed
November 19, 2024, 10:42am
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.