HTTP 403 (Forbidden) when loading asset

	repeat
		local success , err = pcall(function()
			local asset = game:GetService("InsertService"):LoadAsset(AdorneeId)
			NewCreature.Adornee = asset
			NewCreature.Name = NewCreature.Adornee.Name
			print("LoadingCompleted")
		end)
		wait(0.5)
		print(err)
	until success

Http requests are enabled, the asset and game are owned by the same person, which is not me

What is the id of the asset you’re trying to call LoadAsset on and what is the place id you’re running this code in? Additionally, is this code being ran in Studio?

Oh, i just realised the asset got moderated for some reason.