Typing rbxassetid:// is super annoying. I want to paste the asset id and I want it to just work.
There are several ways to address content properties.
http(s):// www.roblox.com/asset/?id=[ID]
rbxassetid://[ID]
rbxhttp://asset/?id=[ID] (lol, is this a thing?)
And for other protocols, it’s rbxasset:// for content folder.
Adding the option for simply adding in the ID would be great - and besides the no-more ://, it’s just all good (to make the relation to the quote more clear: both should work - there are several ways to address content, and another way like this wouldn’t harm)! Though people need to be able to script the property with numbers too to be converted to a string if you don’t want new players getting stuck on “I am pasting a number, yet it errors with unable to cast int to string” or whatever error you might get.
There’s also rbxgameasset://Images/ImageName @As8D
Easy, make it to where if what’s pasted into the ID is all numbers, studio auto-prefixes it with rbxassetid:// for you.
What if you’re on the test site?
Then it pulls from baseurl just like rbxassetid://
I’m not saying this would replace rbxassetid://. I’m just suggesting an alternate way of inputting a content id.