Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print "Noot Noot Recreation ~Nutgear, original by Created by Nutgear, original by SageOfMumsV2 (Pingu) And Xeradius (AzuLX), -Noot Noot Remake by Nutgear"
- local sky = "http://www.roblox.com/asset/?id=382332426"
- local toad = Instance.new("Sound")
- local toadsky = Instance.new("Sky")
- local msg = Instance.new("Message",workspace)
- msg.Text = "Created by Nutgear, original by SageOfMumsV2 (Pingu) And Xeradius (AzuLX), -Noot Noot Remake by Nutgear"
- wait(1)
- msg:Destroy()
- toad.Parent = game.Workspace
- toad.Playing = true
- toad.Looped = true
- toad.Name = "suck my sausage"
- toad.Volume = 0
- toad.SoundId = "rbxassetid://281136047"
- toad.PlaybackSpeed = 1
- wait (12.3)
- toad.Volume = 999999
- toadsky.Parent = game.Lighting
- toadsky.SkyboxBk = sky
- toadsky.SkyboxDn = sky
- toadsky.SkyboxFt = sky
- toadsky.SkyboxLf = sky
- toadsky.SkyboxRt = sky
- toadsky.SkyboxUp = sky
- toadsky.StarCount = 0
- toadsky.CelestialBodiesShown = false
- local A = game.Workspace:GetChildren()
- local B = game.Workspace:GetChildren()
- local C = game.Workspace:GetChildren()
- local D = game.Workspace:GetChildren()
- local E = game.Workspace:GetChildren()
- local F = game.Workspace:GetChildren()
- for i,v in pairs(A) do
- if v:IsA("Part") then
- local d = Instance.new("Decal",v)
- v.Decal.Face = "Top"
- v.Decal.Texture = sky
- v.Anchored = true
- end
- end
- for i,v in pairs(B) do
- if v:IsA("Part") then
- local s = Instance.new("Decal",v)
- s.Face = "Front"
- s.Texture = sky
- end
- end
- for i,v in pairs(C) do
- if v:IsA("Part") then
- local h = Instance.new("Decal",v)
- h.Face = "Back"
- h.Texture = sky
- end
- end
- for i,v in pairs(D) do
- if v:IsA("Part") then
- local j = Instance.new("Decal",v)
- j.Face = "Left"
- j.Texture = sky
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement