get a group from a module

Hello.

I’m using the module “score techority”. All the elements from the module are in a group created in the module.

When i import the module to my main the objects appeared at background.
I want the objects to appeared at front, but i can’t call the group from main to do it.

How i get a group from a module?
Thanks [import]uid: 105206 topic_id: 24956 reply_id: 324956[/import]

How do you call the module from main? Does it return the group? [import]uid: 95579 topic_id: 24956 reply_id: 101328[/import]

like that:

local scores = require (“scores”)

I tried to return the group but it doesn’t work. [import]uid: 105206 topic_id: 24956 reply_id: 101575[/import]