Can sombody help? My script for my RPG dosent work, I am kind of horrible at lua soo here the script
script.Parent.DialogChoiceSelected:connect(function(player, choice)
if (choice == script.Parent.Choice1) then
pistol = game.Lighting["LinkedSword"]:clone()
pistol.Parent = player.Backpack
end
Other:
Sword is in lighting
I have script in dialog
Its in a head of a humanoid
I have tested it, It does not work
|