Add magic type function to Content.fromUri

It would be nice for Content.fromUri to get the same magic function treatment as :FindFirstChild(). Except with autocomplete for things like rbxassetid://, rbxthunb://, rbxasset://.

5 Likes

Actually, Content.fromAssetId already adds the rbxassetid:// prefix automatically. Since we game developers mostly deal with rbxassetid, I always use Content.fromAssetId instead of fromUri. However, this feature could still be useful for other URI schemes