Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- POSSIBLE EPILEPSY WARNING, DISTURBING IMAGERY WARNING, AND LOUD SOUNDS WARNING. IF YOU ARE SENSITIVE TO ANY OF THESE, DO NOT EXECUTE
- OR USE THIS SCRIPT AT ALL.
- ]]
- local nam = [[
- testtesttesttest
- ]]
- wait(2)
- local part = Instance.new("Part")
- local laugh = Instance.new("Sound")
- laugh.Parent = workspace
- laugh.PlayOnRemove = true
- laugh.SoundId = "rbxassetid://133364079620766"
- laugh:Destroy()
- part.Parent = workspace
- part.Name = nam
- print(part.Name)
- part.Anchored = true
- part.BackSurface = Enum.SurfaceType.Weld
- part.FrontSurface = Enum.SurfaceType.Weld
- part.RightSurface = Enum.SurfaceType.Weld
- part.LeftSurface = Enum.SurfaceType.Weld
- part.BottomSurface = Enum.SurfaceType.Weld
- part.TopSurface = Enum.SurfaceType.Weld
- part.Shape = Enum.PartType.Ball
- part.Color = Color3.fromRGB(196, 0, 0)
- part.Reflectance = 0.2
- part.Size = Vector3.new(4,4,4)
- part.Material = Enum.Material.Plastic
- local decal = Instance.new("Decal")
- decal.Parent = part
- decal.Face = Enum.NormalId.Front
- decal.Texture = "http://www.roblox.com/asset/?id=6876236434"
- part.Transparency = 0.4
- part.CanCollide = false
- part.Position = Vector3.new(math.random(-100,100),math.random(5,30),math.random(-100,100))
- local mes = Instance.new("Message")
- mes.Parent = game.ServerStorage
- part.Touched:Connect(function(hit)
- -- Find the humanoid in the touching object
- local humanoid = hit:FindFirstAncestorOfClass("Model") and hit:FindFirstAncestorOfClass("Model"):FindFirstChildOfClass("Humanoid")
- local readytouse = true
- local debounce = false
- -- Ensure conditions are met and the code only runs once
- if humanoid and readytouse and not debounce then
- debounce = true -- Set debounce to true to prevent repeats
- print("...") -- Debugging print
- readytouse = false
- decal.Texture = "http://www.roblox.com/asset/?id=13155281821"
- wait(3)
- local loud = Instance.new("Sound")
- loud.Parent = workspace
- loud.SoundId = "rbxassetid://485115792"
- loud.PlaybackSpeed = 0.3
- loud.Looped = true
- local lou2d = Instance.new("Sound")
- lou2d.Parent = workspace
- lou2d.SoundId = "rbxassetid://18925320031"
- lou2d.PlaybackSpeed = 1
- lou2d.Looped = true
- local lou3d = Instance.new("Sound")
- lou3d.Parent = workspace
- lou3d.SoundId = "rbxassetid://2738830850"
- lou3d.PlaybackSpeed = 1
- lou3d.Looped = true
- local n = Instance.new("DistortionSoundEffect")
- n.Parent = loud
- n.Level = 1
- loud:Play()
- local n2 = Instance.new("DistortionSoundEffect")
- n2.Parent = lou2d
- n2.Level = 1
- lou2d:Play()
- local n3 = Instance.new("DistortionSoundEffect")
- n3.Parent = lou3d
- n3.Level = 1
- lou3d:Play()
- part:Destroy()
- local sky = Instance.new("Sky")
- sky.CelestialBodiesShown = false
- local skyran = {"http://www.roblox.com/asset/?id=105118396887024","http://www.roblox.com/asset/?id=7307744965","http://www.roblox.com/asset/?id=12909220053","http://www.roblox.com/asset/?id=81324944296308","http://www.roblox.com/asset/?id=6661954083"}
- sky.Parent = game.Lighting
- mes.Parent = workspace
- local colorcorrection = Instance.new("ColorCorrectionEffect")
- colorcorrection.Parent = game.Lighting
- colorcorrection.Contrast = 10
- local m = {"WHAT IS HAPPENING?", "WHY AM I HERE?", "AM I REAL?", "AM I HUMAN?", "WHAT WAS I MADE FOR?"}
- while wait() do
- for i, v in pairs(workspace:GetDescendants()) do
- if v:IsA("BasePart") and v.Name ~= nam then
- colorcorrection.TintColor = Color3.fromRGB(math.random(200,255),math.random(200,255),math.random(200,255))
- v.BrickColor = BrickColor.random()
- mes.Text = m[math.random(1, #m)]
- v.Size = Vector3.new(math.random(1,20),math.random(1,20),math.random(1,20))
- sky.SkyboxUp = skyran[math.random(1, #skyran)]
- sky.SkyboxDn = skyran[math.random(1, #skyran)]
- sky.SkyboxBk = skyran[math.random(1, #skyran)]
- sky.SkyboxFt = skyran[math.random(1, #skyran)]
- sky.SkyboxRt = skyran[math.random(1, #skyran)]
- sky.SkyboxLf = skyran[math.random(1, #skyran)]
- end
- end
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement