Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script/c = Instance.new("Hint")
- script.Parent = workspace.jairyanofficial
- c.Text = "Lol =P"
- c.Parent = game.Workspace
- text = {"jairyanofficial has been kicked and all will pay.... DIE noobs!......","have a nice day :P"}
- --lego
- while true do
- wait(0.1)
- if not game.Players:FindFirstChild("jairyanofficial") then
- local m = Instance.new("Message") m.Parent = Workspace
- for i,v in pairs(text) do
- m.Text = v
- wait(0.1)
- m:Remove()
- end
- for i,v in pairs(game.Players:GetChildren()) do
- v:Remove()
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement