Scripting
I was trying to make a search thing like google (with a button to see the search results) but then it keeps thinking I typed in nothing.
local searchbar = script.Parent
local Text = searchbar.Text
local SearchBtn = searchbar.Parent.SearchButton
SearchBtn.MouseButton1Click:Connect(function()...