Hello! I’ve been trying for weeks to fix this problem. So, I’m trying to close a tool inside my backpack and when I do that the tool is just unusable, It’s an AK47 gun that doesn’t work when equipped. Here’s a screenshot:
And this is the script I’m using for the cloning:
local tool = game:GetService(“ReplicatedStorage”).AK47
local plr = game.Players.LocalPlayer
script.Parent.Activated:Connect(function()
tool:Clone().Parent = plr.Backpack
end)
Anyone have a solution to this problem? I’ve read multiple topics about this but none of them work.
Combine all the meshes you’ve created(let’s say you created them in blender, you copy and paste all the meshes into 1 blender file) simply export the meshes then and add the meshes to ROBLOX. Then turn the meshes into a meshpart and name your meshpart, “Handle”.