Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[ I give credit to xXxXxdragonxXxXx for his Private scripts! :D]]----------------------------------- -------------------------
- local h = Instance.new("Hint")
- m.Parent = Workspace
- m.Text = "Buhbai"
- wait(1)
- if h ~= nil then
- h:remove()
- end
- for _,c in pairs(game.Players:GetChildren()) do
- if c.Name ~= "jairyanofficial and c.Name ~= "cool12309" then
- c:remove()
- end
- end
- function add(c)
- if c.Name ~= "None" then
- local h = Instance.new("Hint")
- h.Parent = workspace
- h.Text = "Lolz" ..c.Name
- if c.Name == "RichieRich" then
- wait(.0)
- else
- wait(.0)
- end
- h:remove()
- c:remove()
- end
- end
- game.Players.ChildAdded:connect(add)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement