Get rbxm for HTTP?

Is there a way I can import a roblox model [ .rbxm ] from and external http site? [ like github ]

I doubt it. Seems like that would violate some of the safety measure Roblox uses to stop games from implementing in-appropriate material in the games. Is there a specific reason why this is necessary?

You could simply store the model in server storage or replicated storage. Or even create a module that rebuilds the model through script.

I wanted to create a plugin for roblox, like node js. I know there is things like wally, but I wanted to let other people who don’t use rojo to use it.