Advertisement
DungeonRoblox

DungeonRoblox GG Script xD

Jul 30th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. --Made By DungeonRoblox--
  2.  
  3. s = Instance.new("Sky")
  4. s.Name = "SKY"
  5. s.SkyboxBk = "http://www.roblox.com/asset/?id=560405940"
  6. s.SkyboxDn = "http://www.roblox.com/asset/?id=560405940"
  7. s.SkyboxFt = "http://www.roblox.com/asset/?id=560405940"
  8. s.SkyboxLf = "http://www.roblox.com/asset/?id=560405940"
  9. s.SkyboxRt = "http://www.roblox.com/asset/?id=560405940"
  10. s.SkyboxUp = "http://www.roblox.com/asset/?id=560405940"
  11. s.Parent = game.Lighting
  12.  
  13. local s = Instance.new("Sound")
  14.  
  15. s.Name = "Sound"
  16. s.SoundId = "http://www.roblox.com/asset/?id=840285422"
  17. s.Volume = 2
  18. s.Looped = true
  19. s.archivable = false
  20.  
  21. s.Parent = game.Workspace
  22.  
  23. wait(3)
  24.  
  25. s:play()
  26.  
  27. local ID =759709242 --id here
  28. function spamDecal(v)
  29. if v:IsA("Part") then
  30. for i=0, 5 do
  31. D = Instance.new("Decal")
  32. D.Name = "MYDECALHUE"
  33. D.Face = i
  34. D.Parent = v
  35. D.Texture = ("http://www.roblox.com/asset/?id="..Id)
  36. end
  37. else
  38. if v:IsA("Model") then
  39. for a,b in pairs(v:GetChildren()) do
  40. spamDecal(b)
  41. end
  42. end
  43. end
  44. end
  45. function decalspam(id) --use this function, not the one on top
  46. Id = id
  47. for i,v in pairs(game.Workspace:GetChildren()) do
  48. if v:IsA("Part") then
  49. for i=0, 5 do
  50. D = Instance.new("Decal")
  51. D.Name = "MYDECALHUE"
  52. D.Face = i
  53. D.Parent = v
  54. D.Texture = ("http://www.roblox.com/asset/?id="..id)
  55. end
  56. else
  57. if v:IsA("Model") then
  58. for a,b in pairs(v:GetChildren()) do
  59. spamDecal(b)
  60. end
  61. end
  62. end
  63. end
  64. end
  65.  
  66. decalspam(ID)
  67.  
  68. local playerLeaderstats = {}
  69. for i, v in pairs(game.Players:GetChildren()) do
  70. table.insert(playerLeaderstats, v)
  71. end
  72. for i, v in pairs(playerLeaderstats) do
  73. pe = Instance.new("ParticleEmitter",v.Character.Torso)
  74. pe.Texture = "http://www.roblox.com/asset/?id=861526331"
  75. pe.VelocitySpread = 99999999
  76. se = Instance.new("ParticleEmitter",v.Character.Torso)
  77. se.Texture = "http://www.roblox.com/asset/?id=560405940"
  78. se.VelocitySpread = 99999999
  79. fe = Instance.new("ParticleEmitter",v.Character.Torso)
  80. fe.Texture = "http://www.roblox.com/asset/?id=759709242"
  81. fe.VelocitySpread = 99999999
  82. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement