Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- plr = owner
- char = plr.Character
- HEAD = char.Head
- IT = Instance.new
- CF = CFrame.new
- VT = Vector3.new
- RAD = math.rad
- C3 = Color3.new
- UD2 = UDim2.new
- BRICKC = BrickColor.new
- ANGLES = CFrame.Angles
- EULER = CFrame.fromEulerAnglesXYZ
- COS = math.cos
- ACOS = math.acos
- SIN = math.sin
- ASIN = math.asin
- ABS = math.abs
- MRANDOM = math.random
- FLOOR = math.floor
- function Chatter(Text,Timer)
- local chat = coroutine.wrap(function()
- if char:FindFirstChild("SpeechBoard")~= nil then
- char:FindFirstChild("SpeechBoard"):destroy()
- end
- local naeeym2 = Instance.new("BillboardGui",char)
- naeeym2.Size = UD2(0,100,0,40)
- naeeym2.StudsOffset = Vector3.new(-3,3.5,0)
- naeeym2.Name = "Billboard"
- naeeym2.Adornee = char.Head
- naeeym2.Size = UDim2.new(7, 0, 2.5, 0)
- local tecks2 = Instance.new("TextBox",naeeym2)
- tecks2.TextScaled = true
- tecks2.BackgroundTransparency = 0
- tecks2.BackgroundColor3 = Color3.new(0, 0, 0)
- tecks2.BorderSizePixel = 2
- tecks2.BorderColor3 = Color3.new(255, 255, 25)
- tecks2.Text = ""
- tecks2.Font = "Arcade"
- tecks2.TextSize = 15
- tecks2.TextStrokeTransparency = 0
- tecks2.TextColor3 = Color3.new(1,1,1)
- tecks2.TextStrokeColor3 = Color3.new(0,0,0)
- tecks2.Size = UDim2.new(2,0,1.5,0)
- local imag2 = Instance.new("ImageLabel",naeeym2)
- imag2.Size = UDim2.new(0.5, 0, 1, 0)
- imag2.Image = "http://www.roblox.com/asset/?id=3401287488"
- for i = 1,string.len(Text),1 do
- if naeeym2.Parent ~= char then
- break
- end
- tecks2.Text = string.sub(Text,1,i)
- wait(Timer)
- end
- wait(2)
- naeeym2:Destroy()
- end)
- chat()
- end
- plr.Chatted:connect(function(msg)
- Chatter(" * " ..msg, 0.05)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement