- What do you want to achieve?
I am trying to retrieve a module script by asset Id using InsertService
- What is the issue?
I get this error: HTTP 403 (Forbidden)
- What solutions have you tried so far?
I cannot find any solutions in the Developer Hub that pertains to using InsertService to get a module. Those other errors are HTTP 0 and HTTP 500.
The module Ids are from my main account. I am using my sister’s account to test to see if they can be required by accounts other than the creator. The require(moduleId)
works, however, game:GetService("InsertService"):LoadAsset(moduleId)
does not.
Any help is appreciated. Thank you.