Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --By Memo1332
- --this is only used if chat is broken, or feel like being a mute, i may customize my chatvoice to be compatible with this idk
- plr = game.Players.LocalPlayer
- CV="Lapis"
- p = game.Players.LocalPlayer
- char = p.Character
- local txt = Instance.new("BillboardGui", char.Head)
- txt.Adornee = char.Head
- txt.Name = "_status"
- txt.Size = UDim2.new(2, 0, 1.2, 0)
- txt.StudsOffset = Vector3.new(-9, 6, 0)
- local text = Instance.new("TextLabel", txt)
- text.Size = UDim2.new(10, 0, 5, 0)
- text.FontSize = "Size18"
- text.TextScaled = true
- text.TextTransparency = 0
- text.BackgroundTransparency = 1
- text.TextTransparency = 0
- text.TextStrokeTransparency = 0
- text.Font = "Cartoon"
- text.TextStrokeColor3 = Color3.new(1,.8,1)
- text.TextColor3 = Color3.new(1,.5,1)
- text.Text = " "
- ScreenGui0 = Instance.new("ScreenGui")
- Frame1 = Instance.new("Frame")
- TextBox2 = Instance.new("TextBox")
- TextButton3 = Instance.new("TextButton")
- TextButton4 = Instance.new("TextButton")
- ScreenGui0.Parent = game.Players.LocalPlayer.PlayerGui
- Frame1.Name = "Body"
- Frame1.Parent = ScreenGui0
- Frame1.AnchorPoint = Vector2.new(1,1)
- Frame1.Transparency = 0.40000000596046
- Frame1.Size = UDim2.new(0, 400, 0, 300)
- Frame1.Position = UDim2.new(1, -20, 1, -20)
- Frame1.BackgroundColor3 = Color3.new(0.996078, 0.803922, 1)
- Frame1.BackgroundTransparency = 0.40000000596046
- TextBox2.Parent = Frame1
- TextBox2.Transparency = 0.30000001192093
- TextBox2.Size = UDim2.new(0.949999988, 0, 0, 213)
- TextBox2.Text = "Write something... "
- TextBox2.Position = UDim2.new(0.5, 0, 0, 8)
- TextBox2.AnchorPoint = Vector2.new(0.5,0)
- TextBox2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextBox2.BackgroundTransparency = 0.30000001192093
- TextBox2.Font = Enum.Font.SourceSans
- TextBox2.FontSize = Enum.FontSize.Size14
- TextBox2.TextScaled = true
- TextBox2.ClearTextOnFocus = false
- TextBox2.TextWrapped = true
- TextButton3.Name = "SendButton"
- TextButton3.Parent = Frame1
- TextButton3.Size = UDim2.new(0, 200, 0, 50)
- TextButton3.Text = "Send"
- TextButton3.AnchorPoint = Vector2.new(0.5,1)
- TextButton3.Position = UDim2.new(0.5, 0, 1, -20)
- TextButton3.BackgroundColor3 = Color3.new(0.980392, 0.396078, 1)
- TextButton3.Font = Enum.Font.SourceSans
- TextButton3.FontSize = Enum.FontSize.Size14
- TextButton3.TextColor3 = Color3.new(1, 1, 1)
- TextButton3.TextScaled = true
- TextButton3.TextStrokeColor3 = Color3.new(0.666667, 0.666667, 0.666667)
- TextButton3.TextStrokeTransparency = 0
- TextButton3.TextWrapped = true
- TextButton4.Name = "HideButton"
- TextButton4.Parent = Frame1
- TextButton4.Transparency = 0.40000000596046
- TextButton4.Size = UDim2.new(0, 91, 0, 30)
- TextButton4.Text = "Hide"
- TextButton4.AnchorPoint = Vector2.new(1,1)
- TextButton4.Position = UDim2.new(0, 0, 1, 0)
- TextButton4.BackgroundColor3 = Color3.new(0.980392, 0.396078, 1)
- TextButton4.BackgroundTransparency = 0.40000000596046
- TextButton4.Font = Enum.Font.SourceSans
- TextButton4.FontSize = Enum.FontSize.Size14
- TextButton4.TextColor3 = Color3.new(1, 1, 1)
- TextButton4.TextScaled = true
- TextButton4.TextStrokeColor3 = Color3.new(0.666667, 0.666667, 0.666667)
- TextButton4.TextStrokeTransparency = 0
- TextButton4.TextWrapped = true
- owie = false
- TextButton3.MouseButton1Click:connect(function()
- text.Text = TextBox2.Text
- TextBox2.Text = ""
- wait(5)
- text.Text = " "
- end)
- TextButton4.MouseButton1Click:connect(function()
- if owie == false then
- owie = true
- TextButton4.Text = "Show"
- Frame1.Position = UDim2.new(1, 400, 1, -20)
- else
- owie = false
- TextButton4.Text = "Hide"
- Frame1.Position = UDim2.new(1, -20, 1, -20)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement