I am trying to grab a TrelloApi from the serverscript and I am grabing it from a script not a local script and I am using the code below
Local TrelloAPI = require(game:GetService("ServerScriptService"):WaitForChild("TrelloAPI")
I tried using print before and after to see whats happening and it prints before but not after and I get it that waitforchild is waiting for the script to be availabe in serverscriptservice, but it took a while and it didn’t appear
And in the developer Console no error came out in server and client
What Could Be Wrong
Thank You