Roblox has rendered useless the script i have that gives players tools (e.g. toolname:Clone() = player.Backpack) and I have tried the :changed trigger thing in dialogue choice(nothing happened) '
repeat wait(0.1) until script.Parent.Parent.Parent.Dialog.InUse == true if script.Parent.Parent.DialogChoice.Changed:Connect(function(player) local clone = game.ServerStorage.ToolName:Clone() clone.Parent = player.Backpack end)
pls help asap its urgent for a game.
extra notes: its basically a script without a gui that when selected a choice it gives you that tool