Require() Isn't Working

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?

You’re in a wrong category.
Anything that to do with the scripting should refer to the ‘Scripting Support’.

Pretty sure you can’t require modules privately anymore. Could be wrong but I’m pretty sure you can’t anymore

@Daniel_19341 - I’m Assuming This is a bug, So, This is the right catagory.

Ah - Thx

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.