Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Talking GUI make your enemies speak (EVEN GUESTS) SavageMunkey made this!!
- player1 = game.Players.Persons Name---Replace this with your target's name.
- Owner = "albinio667"--Your Name...
- Player = game.Players:findFirstChild(Owner).PlayerGui
- Gui = Instance.new("ScreenGui")
- Gui.Parent = Player
- Gui.Name = "Gui"
- e = Instance.new("TextBox")
- e.Parent = Gui
- e.Name = "Type"
- e.Text = ""
- e.Size = UDim2.new(0, 100, 0, 25)
- e.Position = UDim2.new(0, 0, 0, 400)
- e.TextColor3 = Color3.new(10, 10, 10)
- e.BorderColor3 = Color3.new(0, 0, 0)
- e.BackgroundColor3 = Color3.new(0, 0, 0)
- ------------------------------------------------------------
- --------------The Actual Script-----------------------------
- ------------------------------------------------------------
- while true do
- wait(0.5)
- game:GetService("Chat"):Chat(player1.Character.Head, e.Text.."What you want them to say") --put character in between p1 and head if fails
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement