Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local s = Instance.new("Sound")
- s.Name = "Name"
- s.SoundId = "rbxassetid://141509625"
- s.Volume = 1
- s.Looped = true
- s.archivable = false
- s.Parent = game.Workspace
- s:play()
- local players = game.Players:GetChildren()
- for i = 1, #players do
- players[i].Character:Destroy()
- wait()
- end
- local w = workspace:GetChildren()
- local a = Instance.new("Sky",game.Lighting)
- local b = {"Bk","Dn","Ft","Lf","Rt","Up"}
- for _,v in pairs(b) do
- a["Skybox"..v]="http://www.roblox.com/asset/?id=201208408"
- end
- msg = Instance.new("Message",workspace)
- msg.Text = "🍄🤡Get toad roasted you bacon haired bozos🤡🍄"
- --[[ made by ManMinded ]]--
- texture = "http://www.roblox.com/asset/?id=201208408" -- put id there, then set last digit one number back
- 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 = texture
- 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 = texture
- 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 = texture
- 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 = texture
- end
- end
- for i,v in pairs(E) do
- if v:IsA("Part") then
- local k = Instance.new("Decal",v)
- k.Face = "Right"
- k.Texture = texture
- end
- end
- for i,v in pairs(F) do
- if v:IsA("Part") then
- local l = Instance.new("Decal",v)
- l.Face = "Bottom"
- l.Texture = texture
- end
- end
- --[[ made by ManMinded ]]--
- while wait(0) do
- local duck = Instance.new("Part", game.Workspace)
- duck.Size = Vector3.new(3,3,3)
- local asd = Instance.new("FileMesh", duck)
- asd.MeshId = "rbxassetid://5038530279"
- asd.TextureId = "rbxassetid://5038530309"
- asd.Scale = Vector3.new(2,2,2)
- duck.CanCollide = true
- duck.CFrame = CFrame.new(math.random(-1000,1000), math.random(300,700), math.random(-1000,1000))
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement