Advertisement
LeGoldenRobloxian

Chat filter bypass and bubble chat

Jun 11th, 2017
898
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. c = Instance.new("BillboardGui")
  2. c.Parent = game.Players.LocalPlayer.Character.Head
  3. m = Instance.new("TextLabel")
  4. m.Parent = c.Parent.BillboardGui
  5. c.Size = UDim2.new(0,200,0,50)
  6. m.Size = UDim2.new(1,0,1,0)
  7. c.ExtentsOffset = Vector3.new(0,3,0)
  8. m.Text = ""
  9. g = Instance.new("TextBox")
  10. g.Parent = game.Players.LocalPlayer.PlayerGui.CE7
  11. g.Text = ""
  12. g.TextScaled = True
  13. g.MultiLine = True
  14. g.Size = UDim2.new(0.2,0,0.15)
  15. while wait(0.2) do
  16. m.Text = g.Text
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement