game.Players.LocalPlayer.Backpack:WaitForChild("Hamburger",99) game.Workspace.Npc.NPC.TriggerBlock.Text.Value =("Wow thanks") game.Workspace.Npc.NPC.TriggerBlock.Text.Text.Value = ("Here have 100 candies! :D") game.Workspace.Npc.NPC.TriggerBlock.Text.Text.Text.Value =("Bye! :)") script.Parent.Visible = true script.Parent.Text =("Bring back the cane to the old man for your reward") wait(5) script.Parent.Visible = false
(The Text.Value is a npc's text.. wich works)