Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local nametag = Instance.new("BillboardGui",Character.Head)
- nametag.StudsOffset = Vector3.new(0,2,0)
- nametag.Adornee = Character.Head
- nametag.Size = UDim2.new(0,200,0,50)
- local text = Instance.new("TextLabel",nametag)
- text.Size = UDim2.new(0,200,0,50)
- text.BackgroundTransparency = 1
- text.Text = "Mr.Shadow Cat"
- text.TextColor3 = Color3.new(255,255,255)
- text.TextStrokeColor3 = Color3.new(0,0,0)
- text.Font = Enum.Font.Fantasy
- text.TextScaled = true
- text.TextStrokeTransparency = 0
- coroutine.wrap(function()
- while wait() do
- wait(3)
- text.Text = "No you can't have my edits"
- wait(1)
- text.Text = "Mr.Shadow Cat";
- wait(2)
- local str = ""
- for i = 1, math.random(3,25) do
- str = str..string.char(math.random(65,122))
- end
- text.Text = str
- wait()
- str = ""
- for i = 1, math.random(12,25) do
- str = str..string.char(math.random(48,122))
- end
- wait()
- text.Text = str
- wait()
- text.Text = "Mr.Shadow Cat";
- wait(1)
- text.Text = "SHUT UP"
- wait()
- text.Text = "What ya want?"
- wait(1)
- text.Text = "Mr.Shadow Cat";
- wait(2)
- text.Text = "You made me do this.";
- wait()
- text.Text = ":3";
- wait(1)
- for i = 1, math.random(12,25) do
- str = str..string.char(math.random(48,57))
- end
- text.Text = str
- wait()
- text.Text = "Mr.Shadow Cat";
- wait(2)
- end
- end)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement