Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait()
- starttext=" FMER FMER FMER FMER FMER FMER FMER FMER FMER FMER"
- function c(p)
- spawn(function()
- local ke=0
- local screengui = Instance.new("ScreenGui", p.PlayerGui)
- local textlabel = Instance.new("TextLabel", screengui)
- textlabel.TextWrapped = true
- textlabel.TextStrokeTransparency = 0
- textlabel.BackgroundColor3 = Color3.new(1, 1, 1)
- textlabel.BackgroundTransparency = 1
- textlabel.Size = UDim2.new(0.3, 0, 0.2, 0)
- textlabel.TextColor3 = Color3.new(1, 1, 1)
- textlabel.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
- textlabel.Text = "YOU'RE AN FMER"
- textlabel.Position = UDim2.new(0.35, 0, 0.4, 0)
- textlabel.Font = Enum.Font.SourceSans
- textlabel.FontSize = Enum.FontSize.Size24
- wait(.5)
- textlabel.Text = "FMER"
- textlabel.FontSize = Enum.FontSize.Size36
- wait(.5)
- textlabel.FontSize = Enum.FontSize.Size42
- textlabel.Text = "FMER!!!!!!!!!!!!"
- game.Debris:AddItem(screengui,.4)
- wait(.5)
- for i=1,50 do wait()
- local screengui = Instance.new("ScreenGui", p.PlayerGui)
- local textlabel = Instance.new("TextLabel", screengui)
- textlabel.TextStrokeTransparency = 0
- textlabel.BackgroundColor3 = Color3.new(1, 1, 1)
- textlabel.BackgroundTransparency = 1
- textlabel.Size = UDim2.new(1, 0, 0, 70)
- textlabel.Position = UDim2.new(0,0,0,ke)
- textlabel.TextColor3 = Color3.new(1, 1, 1)
- textlabel.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
- textlabel.Text = "FMER FMER FMER FMER FMER FMER FMER FMER FMER FMER FMER FMER FMER FMER FMER FMER FMER FMER FMER FMER"
- textlabel.Font = Enum.Font.SourceSans
- textlabel.FontSize = Enum.FontSize.Size60
- game.Debris:AddItem(screengui,1)
- ke=ke+50
- end
- local screengui = Instance.new("ScreenGui", p.PlayerGui)
- local textlabel = Instance.new("TextLabel", screengui)
- textlabel.TextStrokeTransparency = 0
- textlabel.BackgroundColor3 = Color3.new(1, 1, 1)
- textlabel.BackgroundTransparency = 1
- textlabel.Size = UDim2.new(2, 0, 0.15, 0)
- textlabel.TextColor3 = Color3.new(1, 1, 1)
- textlabel.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
- textlabel.Text = starttext
- textlabel.Position = UDim2.new(-0.5, 0, 0.425, 0)
- textlabel.Rotation = -30
- textlabel.Font = Enum.Font.SourceSansBold
- textlabel.FontSize = Enum.FontSize.Size96
- a = game:service("RunService").Stepped:connect(function()
- local ctext=textlabel.Text
- local removalc = ctext:sub(0,1)
- local ctext = ctext:sub(2)..removalc
- textlabel.Text=ctext
- if textlabel.Text == starttext then
- screengui:Destroy()
- a:disconnect()
- end
- end)
- end)
- end
- for i,v in pairs(game.Players:GetPlayers())do
- c(v)
- end
Add Comment
Please, Sign In to add comment