rsh2Join Date: 2013-04-05 Post Count: 104 |
local Id = script.Parent.Text --Textbox input local assetimage = script.Parent.Parent:WaitForChild("SearchedImage") --image location local assetLink = ("https://www.roblox.com/Thumbs/Asset.ashx?width=110&height=110&assetId="+Id) --asset Id added to link for image #### needs function to be changed from ID function userinput ( )end How do i make it so that once the player clicks the enter button in the textbox, the text changes to whatever is in the text. Afterwards, it adds to text ID to the image ### which changes the image of the imagelabel? Im pretty sure i need to add the enter button function for user input of the ID, but I don't know how. I think I might also need something to change the image ID from what it is currently. (which is what i attempted to do). I am not very good at functions and events. Sorry. |