Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Thank you for using my script
- and if you normaly use my scripts
- then thank you more! :D
- Chat Gui Created by: SirDerpzz! :D
- Dont remove these credits >.>
- ]]--
- wait(0.5)
- script.Parent = nil
- player=game.Players.LocalPlayer
- new=Instance.new
- print("=)")
- part = new("Part", player.Character)
- part.Transparency = "1"
- part.CFrame = player.Character.Head.CFrame * CFrame.new(0,10,0)
- part.CanCollide = false
- part.Name = "_Block"
- gui = new("ScreenGui", player.PlayerGui)
- gui.Name = "DCG"
- frame = new("Frame", player.PlayerGui.DCG)
- txtbox = new("TextBox", player.PlayerGui.DCG.Frame)
- txtbox.Text = "Chara"
- txtbox.Size = UDim2.new(0,200,0,50)
- txtbox.Position = UDim2.new(0,1175,0,619)
- billboard = new("BillboardGui", player.Character._Block)
- billboard.Name = "DCBG"
- billboard.AlwaysOnTop = true
- billboard.Size = UDim2.new(0,100,0,100)
- billboard.Active = true
- txt = new("TextLabel", player.Character._Block.DCBG)
- txt.BackgroundTransparency = "1"
- txt.Font = "SciFi"
- txt.Text = txtbox.Text
- txt.Active = true
- txt.FontSize = "Size60"
- txt.Size = UDim2.new(0,10,0,10)
- txt.Position = UDim2.new(0,50,0,0)
- txt.TextColor3 = Color3.new(255,255,255)
- weld = new("Weld", player.Character._Block)
- weld.Part0 = player.Character.Head
- weld.Part1 = player.Character._Block
- while true do
- wait(0.1)
- if player.PlayerGui:FindFirstChild("DCG") == nil then
- gui = new("ScreenGui", player.PlayerGui)
- gui.Name = "DCG"
- frame = new("Frame", player.PlayerGui.DCG)
- txtbox = new("TextBox", player.PlayerGui.DCG.Frame)
- txtbox.Text = " "
- txtbox.Size = UDim2.new(0,200,0,50)
- txtbox.Position = UDim2.new(0,1175,0,619)
- end
- if player.Character:FindFirstChild("_Block") == nil then
- part = new("Part", player.Character)
- part.Transparency = "1"
- part.CFrame = player.Character.Head.CFrame * CFrame.new(0,10,0)
- part.CanCollide = false
- part.Name = "_Block"
- billboard = new("BillboardGui", player.Character._Block)
- billboard.Name = "DCBG"
- billboard.AlwaysOnTop = true
- billboard.Size = UDim2.new(0,100,0,100)
- billboard.Active = true
- txt = new("TextLabel", player.Character._Block.DCBG)
- txt.BackgroundTransparency = "1"
- txt.Font = "SciFi"
- txt.Text = txtbox.Text
- txt.Active = true
- txt.FontSize = "Size60"
- txt.Size = UDim2.new(0,10,0,10)
- txt.Position = UDim2.new(0,50,0,0)
- txt.TextColor3 = Color3.new(255,255,255)
- weld = new("Weld", player.Character._Block)
- weld.Part0 = player.Character.Head
- weld.Part1 = player.Character._Block
- end
- txt.Text = txtbox.Text
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement