Why won't this script work?
Please make your question title relevant to your question content. It should be a one-sentence summary in question form.
01 | local sp = script.Parent |
04 | player = game.Players.LocalPlayer |
06 | msg = player.PlayerGui.TextBox.TextLabel |
11 | player.Character.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" |
36 | if player:Touch(button) then |
41 | sp.Touched:connect(Touch) |
I can't solve it, it's very simple! D:. Please help, thank you
And there is no Output.