You can write your topic however you want, but you need to answer these questions:
- What do you want to achieve?
I want to require my module script that was uploaded to roblox as a modal.
- What is the issue?
It gives this error: Downloading asset failed for asset id 12128939144. Is the asset id correct and is the asset type “Model”?
- What solutions have you tried so far?
I tried to look but did not find any solutions/ Dev form posts that help me.
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
local robloxSettings = require(script.Settings)
local module = require(12128939144)
module:setup(robloxSettings)