of     1   

PortgasDRyuu
#193300746Sunday, July 10, 2016 6:16 PM GMT

How do i make textbox unfocusable?
FracturedLegs
#193301268Sunday, July 10, 2016 6:23 PM GMT

what does unfocusable mean? My models: https://www.roblox.com/users/36133282/inventory/#!/models
PortgasDRyuu
#193301415Sunday, July 10, 2016 6:25 PM GMT

You can't change the Text?
FracturedLegs
#193301528Sunday, July 10, 2016 6:27 PM GMT

go into 'Properties'. Do you know where Properties are? My models: https://www.roblox.com/users/36133282/inventory/#!/models
PortgasDRyuu
#193301605Sunday, July 10, 2016 6:28 PM GMT

Yeh, i tried turning off "Active" and "Selectable" still doesn't work
FracturedLegs
#193301966Sunday, July 10, 2016 6:33 PM GMT

If you want to change the text of what the TextBox says, go into click the TextBox in Explorer, then click Properties, then scroll down until you see 'Text'. Then put what you want the TextBox to say in there. You can also change what the TextBox says by using a script. Put this script in the TextBox script.Parent.Text = "(INSERT TEXT HERE)" --Remove the '(' and ')' if you want the TextBox to change what it says and loop it, then do this. while true do script.Parent.Text = "(INSERT TEXT HERE)" wait(5) --How long it will wait till it changes script.Parent.Text = "(INSERT SECOND TEXT HERE)" wait(5) end My models: https://www.roblox.com/users/36133282/inventory/#!/models
PortgasDRyuu
#193302284Sunday, July 10, 2016 6:37 PM GMT

Oh wait, i think you misunderstood what i want because i accidently put a question mark in my last post I wan't it so people can't click the TextBox and change the text lol
FracturedLegs
#193302397Sunday, July 10, 2016 6:38 PM GMT

Okay, well delete the TextBox and replace it with a TextLabel My models: https://www.roblox.com/users/36133282/inventory/#!/models
pidgey
#193302497Sunday, July 10, 2016 6:39 PM GMT

whats the point of a textbox if u cant put text in it textbox.Changed:connect(function(p) if p == "Selected" then textbox.Selected = false end end) idk pidgey is my name sh##posting is my game
ExtremeBuilder15
#193302523Sunday, July 10, 2016 6:40 PM GMT

Make it a TextLabel and not a TextBox
FracturedLegs
#193302654Sunday, July 10, 2016 6:42 PM GMT

The textbox is used for stuff like creating custom chat, or some sorta' in-game search. You get the point. My models: https://www.roblox.com/users/36133282/inventory/#!/models
PortgasDRyuu
#193303121Sunday, July 10, 2016 6:48 PM GMT

K i feel stupid now, idk textlabel exist Thanks guys!

    of     1