Incorrect return type on TeleportService.TeleportAsync()
mwalk-dev opened this issue · 1 comments
mwalk-dev commented
Per https://developer.roblox.com/en-us/api-reference/function/TeleportService/TeleportAsync, this function should return a TeleportAsyncResult but it is currently typed as returning void.
mwalk-dev commented
I think this probably belongs on the types repo instead, apologies.