Nutgear

Pingu Zone Remake (Remade due to edit accident)

May 27th, 2017
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. print ("Noot Noot Recreation ~Nutgear, original by Created by Nutgear, original by SageOfMumsV2 (Pingu) And Xeradius (AzuLX), -Noot Noot Remake by Nutgear")
  2. local sky = "http://www.roblox.com/asset/?id=382332426"
  3. local toad = Instance.new("Sound")
  4. local toadsky = Instance.new("Sky")
  5. local msg = Instance.new("Message",workspace)
  6.  
  7. msg.Text = "Created by Nutgear, original by SageOfMumsV2 (Pingu) And Xeradius (AzuLX), -Noot Noot Remake by Nutgear"
  8. wait(1)
  9. msg:Destroy()
  10. toad.Parent = game.Workspace
  11. toad.Playing = true
  12. toad.Looped = true
  13. toad.Name = "suck my sausage"
  14. toad.Volume = 1
  15. toad.SoundId = "rbxassetid://281136047"
  16. toad.PlaybackSpeed = 1
  17. wait (12.3)
  18. toad.Volume = 999999
  19. toadsky.Parent = game.Lighting
  20. toadsky.SkyboxBk = sky
  21. toadsky.SkyboxDn = sky
  22. toadsky.SkyboxFt = sky
  23. toadsky.SkyboxLf = sky
  24. toadsky.SkyboxRt = sky
  25. toadsky.SkyboxUp = sky
  26. toadsky.StarCount = 0
  27. toadsky.CelestialBodiesShown = false
  28.  
  29.  
  30. local A = game.Workspace:GetChildren()
  31. local B = game.Workspace:GetChildren()
  32. local C = game.Workspace:GetChildren()
  33. local D = game.Workspace:GetChildren()
  34. local E = game.Workspace:GetChildren()
  35. local F = game.Workspace:GetChildren()
  36. for i,v in pairs(A) do
  37. if v:IsA("Part") then
  38. local d = Instance.new("Decal",v)
  39. v.Decal.Face = "Top"
  40. v.Decal.Texture = sky
  41. v.Anchored = true
  42. end
  43. end
  44.  
  45. for i,v in pairs(B) do
  46. if v:IsA("Part") then
  47. local s = Instance.new("Decal",v)
  48. s.Face = "Front"
  49. s.Texture = sky
  50. end
  51. end
  52.  
  53. for i,v in pairs(C) do
  54. if v:IsA("Part") then
  55. local h = Instance.new("Decal",v)
  56. h.Face = "Back"
  57. h.Texture = sky
  58. end
  59. end
  60.  
  61. for i,v in pairs(D) do
  62. if v:IsA("Part") then
  63. local j = Instance.new("Decal",v)
  64. j.Face = "Left"
  65. j.Texture = sky
  66. end
  67. end
  68. wait(1)
  69. for i = math.huge,math.huge do
  70. local z = Instance.new("RotateP",workspace)
  71. z.Name = "NOOT NOOT!"
  72. end
Add Comment
Please, Sign In to add comment