roblox-ts/services

Incorrect return type on TeleportService.TeleportAsync()

mwalk-dev opened this issue · 1 comments

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.

I think this probably belongs on the types repo instead, apologies.