Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- I can turn buttons off in those groups like this...
- group.maps.elements.btnQuests.isVisible = false
- -- I can also turn the entire group off like this...
- group.maps.groups['UI']:toFront()
- --So my problem is I want to insert MORE objects into that group. Currently I am doing this...
- group:insert(myList)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement