Advertisement
Nekofurball

kekscriptx

Jan 23rd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. -- Supremity/Neko's Kekscript
  2. -- updated!
  3.  
  4. script.Name = "kekscriptx"
  5. print("Now adding music.")
  6. if workspace:FindFirstChild("Sound") == nil then
  7. local newmusic = Instance.new("Sound")
  8. newmusic.Parent = workspace
  9. newmusic.SoundId = "rbxassetid://906627463"
  10. newmusic.Volume = 5
  11. newmusic.Looped = true
  12. newmusic:Play()
  13. print("Music should be added")
  14. end
  15.  
  16.  
  17. while wait() do
  18. newpart = Instance.new("Part", workspace)
  19. newpart.BrickColor = BrickColor.Random()
  20. newpart.Name = "kek"
  21. newpart.Anchored = false
  22. local p = 1
  23. while p < 15 do
  24. local thing = { 'Fire', 'Smoke' }
  25. Instance.new(thing[ math.random( #thing ) ], newpart)
  26. p = p + 1
  27. end
  28.  
  29. local k = 1
  30. while k < 20 do
  31. c = game.workspace.kekscriptx:Clone()
  32. c.Name = "kekscriptclone"
  33. c.Parent = game.workspace
  34. k = k + 1
  35. end
  36.  
  37. local i = 1
  38. while i < 10 do
  39. nb = game.workspace.kek:Clone()
  40. nb.Name = "kek"
  41. nb.Parent = game.workspace
  42. i = i + 1
  43. end
  44.  
  45.  
  46. print("Another brick in the wall")
  47. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement