Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local chat = game.Players.LocalPlayer.PlayerScripts.ChatScript;
- local chatmodule = require(chat.ChatMain)
- local chatbar = game.Players.LocalPlayer.PlayerGui.Chat.DestroyGuardFrame.Frame.ChatBarParentFrame.Frame.BoxFrame.Frame.ChatBar
- wait(2)
- chatmodule:FocusChatBar();
- chatbar.Text="Basic";
- chatbar:ReleaseFocus(true);
- local gui = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
- local frame = Instance.new("Frame",gui);
- frame.Size=UDim2.new(1,0,1,0);
- frame.BackgroundTransparency=1;
- local b = Instance.new("TextBox",frame)
- b.Size=UDim2.new(!1,0,1,0);
- b:CaptureFocus();
- wait(3);
- b:Destroy();
Advertisement
Add Comment
Please, Sign In to add comment