kingmatt2
|
  |
| Joined: 20 Aug 2011 |
| Total Posts: 6494 |
|
|
| 19 Feb 2013 04:26 PM |
This script is sose to create a messaage in a player.
The script is sose to take the test from a TextBox called TextBox, and turn it into a message and make it so the test in TextSelectionBox. * The test in this box is a player in game.
function onButtonDown() local m = Instance.new("Message") if game.Players:findFirstChild(script.Parent.Parent.TextSelectionButton.Text) ~= nil then m.Text = script.Parent.Parent.Parent.Parent.Name..": "..script.Parent.Parent.TextBox.Text m.Parent = game.Players[script.Parent.Parent.TextSelectionButton.Text] game:GetService( "Debris" ):AddItem( m, 6 ) else m.Text = "That player can not be found!" m.Parent = script.Parent.Parent.Parent.Parent game:GetService( "Debris" ):AddItem( m, 2 ) end end
script.Parent.MouseButton1Down:connect(onButtonDown)
|
|
|
| Report Abuse |
|
|
|
| 19 Feb 2013 04:27 PM |
| because its a script not a scrit |
|
|
| Report Abuse |
|
|
kingmatt2
|
  |
| Joined: 20 Aug 2011 |
| Total Posts: 6494 |
|
|
| 19 Feb 2013 04:28 PM |
| I spell badly, Very badly. Dont bother me about it. That wont make me spell better. |
|
|
| Report Abuse |
|
|
kingmatt2
|
  |
| Joined: 20 Aug 2011 |
| Total Posts: 6494 |
|
|
| 19 Feb 2013 04:35 PM |
| Wow, This froum used to hel people, Now it just trolls people. NICE GOING NOOBS. |
|
|
| Report Abuse |
|
|
kingmatt2
|
  |
| Joined: 20 Aug 2011 |
| Total Posts: 6494 |
|
| |
|
|
| 19 Feb 2013 04:40 PM |
| I was going to help, but you called me a noob, so no. |
|
|
| Report Abuse |
|
|
kingmatt2
|
  |
| Joined: 20 Aug 2011 |
| Total Posts: 6494 |
|
|
| 19 Feb 2013 04:44 PM |
| I dident call you a noob.... I called all the people that hang out of this forum not to help, But just to troll people... |
|
|
| Report Abuse |
|
|
|
| 19 Feb 2013 04:51 PM |
'Wow, This froum used to hel people, Now it just trolls people. NICE GOING NOOBS.'
Did I not just see 'NICE GOING NOOBS.' |
|
|
| Report Abuse |
|
|