-- Code is client but service is server (Obviously)
Services.QuestService.RequestQuestInfo:Fire()
Services.QuestService.RequestQuestInfo:Wait()
OUTPUT: attempt to call a nil value – The Wait() Line
The Fire() Works but the Wait() doesn’t, It says on the Github page that this is a function though?
I just need a way to wait for signal to be received client sided.