Closed DanielDorDev closed 1 year ago
I'm trying to find a solution how to use Promise.fromEvent so
Promise.fromEvent(robloxEvent) :tap(function () print("event occurred") end)
Will be triggered each time the event fires, is there known guide how to do this? or walkaround ?
Thanks 🙏
Just connect to the event, you don't need promises for this
I'm trying to find a solution how to use Promise.fromEvent so
Will be triggered each time the event fires, is there known guide how to do this? or walkaround ?
Thanks 🙏