Not sure why I am getting an error: https://gyazo.com/c1925a7b582ba651bc7f5b8e30da3739
script.Parent.DialogChoiceSelected:connect(function(player, choice) if choice == script.Parent.DialogChoice.Burger.Okay then game.ReplicatedStorage.Burger:Clone().Parent = player.Backpack game.ReplicatedStorage.Burger:Clone().Parent = player.StarterGear end if choice == script.Parent.DialogChoice.BloxyCola.Okay then game.ReplicatedStorage.BloxyCola:Clone().Parent = player.Backpack game.ReplicatedStorage.BloxyCola:Clone().Parent = player.StarterGear end if choice == script.Parent.DialogChoice.Pizza.Okay then game.ReplicatedStorage.Pizza:Clone().Parent = player.Backpack game.ReplicatedStorage.Pizza:Clone().Parent = player.StarterGear end
script.Parent.DialogChoiceSelected:connect(function(player, choice) if choice == script.Parent.DialogChoice.Burger.Okay then game.ReplicatedStorage.Burger:Clone().Parent = player.Backpack game.ReplicatedStorage.Burger:Clone().Parent = player.StarterGear end if choice == script.Parent.DialogChoice.BloxyCola.Okay then game.ReplicatedStorage.BloxyCola:Clone().Parent = player.Backpack game.ReplicatedStorage.BloxyCola:Clone().Parent = player.StarterGear end if choice == script.Parent.DialogChoice.Pizza.Okay then game.ReplicatedStorage.Pizza:Clone().Parent = player.Backpack game.ReplicatedStorage.Pizza:Clone().Parent = player.StarterGear end end)