local plr = game.Players.LocalPlayer
local button = script.Parent.TextButton
local tool = script.Parent.RocketLauncher
button.MouseButton1Click:connect(function()
tool.Parent = plr.Character
end)
0
It's probably because sticking it into the character won't actually equip it. As far as I know, anyway. Try setting it's equipped value or something.TheDeadlyPanther2460— 8y
0
I tested it out and it does equip it, his hierarchy probably isn't set up correctly.Pyrondon2089— 8y