I have an object GreetingText in GossipFrame as Enumerate element.
In the photo it is an GossipFrame.GreetingPanel.ScrollBox.ScrollTarget.9bf0def0.GreetingText object.
How do I use the command below to access them?
for greetingText in GossipFrame.GreetingPanel.ScrollBox.ScrollTarget.XXXFramePool:EnumerateActive() do
Or what is another method to get the name of this object?