Why wont my talk script work?
01 | local sp = script.Parent |
04 | player = game.Players.LocalPlayer |
06 | msg = player.StarterGui.TextBox.TextLabel |
11 | player.Torso.Anchored = false |
14 | msg.Text = "Logan: Nice to see you again." |
16 | msg.Text "Mr.Clark: We have bad news." |
18 | msg.Text = "Mr.Clark: Even though you just came out of the military..." |
20 | msg.Text = "Mr.Clark: You are joining back." |
22 | msg.Text = "Logan: Bu-but, why?" |
24 | msg.Text = "Mr.Clark: A year ago, Captain.Mackintosh was kidnapped by the enemies." |
26 | msg.Text = "Mr.Clark: We just found out now currently in 2014" |
28 | msg.Text = "Logan: Oh s***!!, is he alright!?!" |
30 | msg.Text = "Mr.Clark: We are not sure" |
37 | if player:Touch(button) then |
42 | sp.Touched:connect(Touch) |
No output, but It just wont work. Why?