Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(0.2)
- --variables--
- local player="COOLBRAYDENNOOB"--put ur name here
- local chatcolor="Red"--Only Works with any of these three. "Red","Green" or "Blue".
- --Code--
- print"COOLBRAYDENNOOBs Bchat GUI Loaded."
- local p=game.Players:FindFirstChild(player)
- playergui=p.PlayerGui
- local gui=Instance.new("ScreenGui",playergui)
- --gui main setup--
- local b1=Instance.new("TextButton")
- local b2=Instance.new("TextBox")
- --b1--
- b1.Size=UDim2.new({0,100},{0,25})
- b1.Position=UDim2.new({0,75},{0,250})
- b1.BorderColor3=Color3.new(255,0,0)
- b1.BackgroundColor3=Color3.new(0,0,0)
- b1.Font="ArialBold"
- b1.Name="JYou"
- b1.Text="Bubble Chat"
- b1.Parent=gui
- --b2--
- b2.Size=UDim2.new({0,100},{0,25})
- b2.Position=UDim2.new({0,75},{0,275})
- b2.BorderColor3=Color3.new(255,0,0)
- b2.BackgroundColor3=Color3.new(0,0,0)
- b2.Font="ArialBold"
- b2.Name="JYouBox"
- b2.Text="Type Here"
- b2.Parent=gui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement