Mesh id doesnt work

Hello developers, im trying to make a grenade mesh through the script but its saying this error in my output heres the script:
note: im just a basic scripter i dont khow what to do to fix this error

local grenade = Instance.new("MeshPart")
	grenade.MeshId = "rbxassetid://431532852"

heres the error: The current thread cannot write ‘MeshId’ (lacking capability NotAccessible)

1 Like

an alternative could be to just copy the mesh instead of manually creating a new one

1 Like

What do you mean by that?
what could i do?

you would need a premade grenade stored in replicated storage where you can use grenade:Clone() and parent it to where you need it

1 Like

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