My Script Functions Are Not Firing

Now there is a red line. Is that the problem?

Sorry, I missed the end " for the print message

I do have both prints

Try add a print on next line after cards_in_list

I have debugged it down to the loop that loops through the list. Maybe it is the fact I don’t have any cards in my list?

Yeah, that’s right, that is that happen
https://gyazo.com/775ac8e2fc97fed6cbfdacd3145b90b2

If it never reaches PlayerAdded event then the problem lies in the module.

No it reaches all functions so I’ll test my theory hold on

If it do reach the event then there is a too big delay before it reaches the event, resulting in not firing on first player joining, a fix is to iterate through Players manually with a for-loop after the event, remember to make the event function a own function that both can be called with event and manually.

Xx_FROSTBITExX showed an example of how to call named functions in an event.

Now the text isn’t setting. Any ideas?

If the event fired (or function got called), and this happened, I think the issue can be inside the trello-script, so we must see that, you can sensor the keys.

Also can you please explain what text didn’t get set so I not misunderstood you.

Try this
image

Do you not see it’s fired already now. And by the way that wouldn’t work