Advertisement
Nutgear

Silent Pingu

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