drahsid5
|
  |
| Joined: 13 May 2011 |
| Total Posts: 3937 |
|
|
| 06 Aug 2013 09:22 PM |
not sure whats wrong, nothing in the output. script.Parent.Mouse.MouseButton1Down:connect(function() --missed mouse wait() if (script.Parent.Parent.TextArea.Text == {"1","2","3","4","5","6"}) then script.Parent.Parent:Remove() wait(1) else script.Parent.Parent.TextLabel.Text = "Wrong ALPHA Key! Note: if it says 'R1u' then you type 'R1u' not 'r1u' or 'R1U'." script.Parent.Parent.TextLabel.FontSize = "Size24" wait(3) script.Parent.Parent.TextLabel.FontSize = "Size48" script.Parent.Parent.TextLabel.Text = "Insert your ALPHA Key." wait(0.4) end end) |
|
|
| Report Abuse |
|