Is there a way to grab mp3 from HttpService and load it into file to get temporary id, right now I am able to do it but from importing local file
local studioService = game:GetService("StudioService")
local file = studioService:PromptImportFile({'mp3', 'ogg'})
local temporaryId = file:GetTemporaryId()
… Nah, you can’t bro. That’s literally impossible to grab an “MP3” File from any website and use it “temporarily” in Roblox. You just can’t bro. That’s impossible.
unless you make a bot that sends a query to roblox to upload the selected file (without moderating it and other stuff i wont mention), the file gets accepted, the bot copied its id, and pastes it in a sound instance.
let’s say your file has some… questionable sounds, do you think a bot, that thousands of people at roblox put time and effort into making it perfect (i think) wouldnt detect it??
then i guess just use old method using local file import then and get the file temp id and put it in sound, because it works. btw thanks! also for note this is for roblox studio plugin and not roblox live server game. Once again thanks for your info!
Yes, its possible to do it in roblox studio plugin. I think you can only prompt user to select mp3 file then you can read from it. I saw MIDI plugin do something similiar to this basicially it would take your mp3 file to roblox studio and then convert it to MIDI and the MIDI would play in live servers. (of course this is kind of not allowed because it bypasses roblox moderation when uploading audio)
Thinking about it, you could assign certain keys to sound pitches and send over text keys using HTTPService, but that’d take forever and Roblox would delete your account… Not to mention it couldn’t handle any multitrack song LOL.