jjadtru
(Jad)
July 12, 2021, 12:20pm
#1
I have a script that is supposed to give a player a helmet and it works fine but the helmet is not visible and the output says.
MeshContentProvider failed to process https://assetdelivery.roblox.com/v1/asset?id=2023194867 because 'could not fetch
Can someone please explain or tell me what is wrong
3 Likes
jjadtru:
2023194867
try doing rbxassetid://2023194867
instead?
jjadtru
(Jad)
July 12, 2021, 12:26pm
#3
Ok thank you so much I will try it out
jjadtru
(Jad)
July 12, 2021, 12:29pm
#4
EnigmaticDevil:
rbxassetid://2023194867
It was already that so it did not work
what’s the URL/Link of your mesh?
luketeam5
(luketeam5)
July 12, 2021, 12:31pm
#6
Are you able to change it manually without a script?
1 Like
SyntaByte
(SyntaByte)
July 12, 2021, 12:33pm
#7
If you’re grabbing the ID straight from the URL of the mesh. You may not actually be loading the mesh’s ID.
Try the following:
First, toggle the command bar to be visible.
In the studio command bar, enter the following code.
game:GetService("InsertService"):LoadAsset(2023194867).Parent = game.Workspace
In the workspace, there should be a new object named “Model”, check inside for a mesh ID. It could be a MeshObject or a MeshPart. Copy the ID of the mesh. If it’s different, then that’s the true Id of the mesh you’re trying to load. Change the old mesh ID with the newly copied one, and you should be good to go.
8 Likes
luketeam5
(luketeam5)
July 12, 2021, 12:35pm
#10
You don’t need to say stuff like “I will check” etc. it just spams the topic.
Simply do it and reply to us (IN ONE MESSAGE) if it worked.
4 Likes
jjadtru
(Jad)
July 12, 2021, 12:37pm
#11
Ok I tried both of them and it works thank you
1 Like
Bolinho_vv
(Bolinho_vv)
January 23, 2023, 2:31am
#12
syntabyte, can you help me?
i’m trying to do this code and i’m keep getting:
can you help me?
1 Like