Downloading asset failed for asset

I am sure the ID is the same but I still get the same problem what is the solution?
image

image

1 Like

Your so-called model has 3D objects in it, not just scripts?

no is just scripts . and Accessory

Then it should work. Try adding some model, like a car or a tree, then update that model and try running the script, not sure if it should work, but maybe.

I tried and literally the same problem

Are you using a client-side or server-side script? Different types of scripts sometimes have different behavior.

Can you show most of the code?

the require is ModuleScript

– Server-Side

local hat = require(ID)
hat:init()

This doesn’t provide any new information. Maybe you haven’t published your model changes?

1 Like

I will not use require and this is the best solution

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