|
| 23 Jul 2011 12:07 PM |
Dunno whats wrong.
local placeId = script.Parent.Parent.TextBox.Text script.Parent.Parent.TextBox.Changed:connect(function() script.Parent.Image = "http://www.roblox.com/Thumbs/Asset.ashx?format=png&width=420&height=230&assetId=" ..placeId end)
When you type in the text box (Which is a place ID) this picture is suppose to become whatever the textbox ID is :C |
|
|
| Report Abuse |
|
|
| |
|
| |
|
ellosss
|
  |
| Joined: 15 Mar 2009 |
| Total Posts: 7030 |
|
|
| 23 Jul 2011 12:28 PM |
local placeId = script.Parent.Parent.TextBox;
script.Parent.Parent.TextBox.Changed:connect( function() script.Parent.Image = "http://www.roblox.com/Thumbs/Asset.ashx?format=png&width=420&height=230&assetId="..placeId.Text; end) |
|
|
| Report Abuse |
|
|
ellosss
|
  |
| Joined: 15 Mar 2009 |
| Total Posts: 7030 |
|
|
| 23 Jul 2011 12:29 PM |
| roblox.com/.-item?id=57172128 -- Possible trying to make something like that? xD |
|
|
| Report Abuse |
|
|
ellosss
|
  |
| Joined: 15 Mar 2009 |
| Total Posts: 7030 |
|
| |
|