How would I make a script for when a name is entered into the TEXTBOX and a button is pressed only the name in the TEXTBOX will have the gui.
Well You could do a local script where when you touch a brick the gui appears by doing this:
Make sure the script is local
local function onTouch(hit) Player:GetRankInGroup(2) == 255 then Guiname.Visible = true
In the other case you were saying you could do a local script specify the gui
While true do wait(5) Workspace.StarterGui.Guinamehere.Visible = true wait(5) Workspace.StarterGui.Guinamehere.Visible = false end