Every Time i try to require a modded version of hd admin, i get this error:
Downloading asset failed for asset id 18826743373. Is the asset id correct and is the asset type “Model”?
Yesterday, this worked fine but today it has just stopped working.
the code in Loader is this:
--[[
This loads HD Admin into your game.
Require the 'HD Admin MainModule' by the HD Admin group for automatic updates.
You can view the HD Admin Main Module here:
https://www.roblox.com/library/3239236979/HD
--]]
local loaderFolder = script.Parent.Parent
local mainModule = require(18826743373)
mainModule:Initialize(loaderFolder)
loaderFolder:Destroy()
I’m Assuming this is just a bug, but can you tell me if i’m doing something wrong?