I am trying to script it but im a little busy anyone who can help?
local plr = game.Players.LocalPlayer function onKey(key) if key=="q" then game.Workspace.Lighting.LinkedSword:Clone(plr.StarterPack) end end
I haven't test it.
Put a linked sword in lighting.
Try local script or regular.