Generation

testsMon, 01 May 2023

local value1 = game.ReplicatedStorage.minecraft local value2 = game.ReplicatedStorage.fortnite local sparkything = script.Parent.Parent local ClickDetector = script.Parent local RadioActive = game.Workspace["Radio Active"] local RadioActivePlaced = game.Workspace["Radio Active Placed"] local enhancer = game.Workspace["Radio Enhancer"] ClickDetector.MouseClick:Connect(function () if value2.Value == true and game.ReplicatedStorage.ROBLOOX.Value == true then game.ReplicatedStorage["(TF2) Wrench Hit"]:Play() value1.Value = true sparkything:Destroy() ClickDetector:Destroy() RadioActivePlaced:WaitForChild("Sound"):Play() enhancer:WaitForChild("ball").Transparency = 0 enhancer:WaitForChild("Pinging").Transparency = 0 enhancer:WaitForChild("ball"):WaitForChild("ParticleEmitter").Enabled = true game.Workspace.dark.Torso.Anchored = true game.Workspace.dark["Left Leg"].Anchored = true game.Workspace.dark["Left Arm"].Anchored = true game.Workspace.dark["Right Leg"].Anchored = true game.Workspace.dark["Right Arm"].Anchored = true game.Workspace.dark.Head.Anchored = true game.Workspace.dark.Script.Disabled = true game.Workspace.darkness.Enabled = false game.ReplicatedStorage.death:Play() game.Lighting.FogStart = 100000000 game.Lighting.FogEnd = 1000000000 game.Lighting.FogColor = Color3.new(255,255,255) game.Lighting.TimeOfDay = "12:00" game.Workspace.dark["AI Chase"].Enabled = false wait(5) game.Workspace.dark.Humanoid.Health = 0 wait(5) game.Workspace.dark:Destroy() enhancer:WaitForChild("ball").Transparency = 1 enhancer:WaitForChild("Pinging").Transparency = 1 enhancer:WaitForChild("ball"):WaitForChild("ParticleEmitter").Enabled = false RadioActivePlaced:WaitForChild("Sound"):Stop() wait(5) game.ReplicatedStorage.win:Play() game.Workspace.key2.Transparency = 0 game.Workspace.key2.ParticleEmitter.Enabled = true game.Workspace.protector5:Destroy() else return end end)

### Pull Requests Please check the [Contribution guidelines](https://github.com/s1l3nt-d3v/fancy-presto/blob/master/CONTRIBUTING.md)

Questions about programming?Chat with your personal AI assistant