Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why do these weapons break when I clone them with a script?

Asked by 8 years ago

For example, I cloned a sword in the ReplicatedStorage and the script broke! If I put the exact sword in the StarterPack, it would work like a charm. This is the clone script.

Lighting = game:GetService("ReplicatedStorage")

script.Parent.MouseButton1Click:connect(function(clicker)
local Sword = Lighting.NATMSword:clone()
Sword:clone().Parent = script.Parent.Parent.Parent.Parent.Parent.Backpack
end)
0
This started happening when I tured on FE. laughablehaha 494 — 8y

Answer this question