|
| 21 Apr 2015 12:17 PM |
Hello guys.I have this script piece: player.PlayerGui.Speech.Shop.Speech2.Text = "New around,eh ?" wait(3) player.PlayerGui.Speech.Shop.Speech2.Text = "I am Sgt. Martin.I will train you into getting good." player.PlayerGui.Speech.Shop.Speech2.TextColor3 = Color3.New(0,255,255) wait(5) So,basically it must change the Text Label color into red but it doesn't work.How can I fix? Thanks a lot! |
|
|
| Report Abuse |
|
|
| |
|
|
| 21 Apr 2015 12:23 PM |
| Apparently the script stops working after the color line,how can I fix ? |
|
|
| Report Abuse |
|
|
|
| 21 Apr 2015 12:24 PM |
| Umm wait(5) is there after it |
|
|
| Report Abuse |
|
|
| |
|
|
| 21 Apr 2015 12:25 PM |
| But if I remove the wait(5) the GUI will remove instantly |
|
|
| Report Abuse |
|
|