roblox-ts / services

A module that exports common Roblox services.
9 stars 11 forks source link

Incorrect return type on TeleportService.TeleportAsync() #13

Closed mwalk-dev closed 3 years ago

mwalk-dev commented 3 years ago

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 3 years ago

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