Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Players = game:GetService("Players")
- local Debris = game:GetService("Debris")
- --am i happy with this code. yes. would i have been happy 3 years ago with this code no. I think one of the biggest things that seperate young and old people is that young people have deadly ambition that often wears them out to the point to where they never get their project finished and burn themself out from extreme overambition. Heck even at my age I do it.
- --it starts out simple, the code is extremely janky and unpolished and I promise to fix it later because "i have to" move onto other things. its only until later like now that I go to polish it. I consider a good manager is someone who is able to set realistic expectations and realistic goals, and also tell other devs that there working for that sternly that were going to cut that or this and not try to include everything they want. because thats how you fail.
- game.ReplicatedStorage:FindFirstChild("Faucieventfirsttime").OnClientEvent:Connect(function(rebirthcount)
- --FIRST REBIRTH
- --synopsis: "Dr bloxi" welcomes you to Super Peer Reviewed Atheist Science Communist Utopia Heaven. and then once showing you everything ends his life for no reason.
- --Ambient Wonder Halo ce(non aniversary), Marty O Donnel and Michael Salvatori
- --for those who are coming back to replace it
- Players.LocalPlayer.Character["Ambient Wonder"]:Play()
- wait()
- game.workspace.ambience:Stop()
- if(rebirthcount == 1) then
- game.Workspace.kingdomofscience.Invbarriers:WaitForChild("one").CanCollide = true
- game.Workspace.kingdomofscience.Invbarriers:WaitForChild("two").CanCollide = true
- game.Workspace.kingdomofscience.Invbarriers:WaitForChild("three").CanCollide = true
- game.Workspace.kingdomofscience.MeshPart.Part.ProximityPrompt.Enabled = false
- local fauci = game.ReplicatedStorage.Fauci:Clone()
- fauci.Parent = game.Workspace.kingdomofscience
- fauci.Head.Transparency = 0
- fauci.Torso.Transparency = 0
- fauci['Left Leg'].Transparency = 0
- fauci['Left Arm'].Transparency = 0
- fauci['Right Arm'].Transparency = 0
- fauci['Right Leg'].Transparency = 0
- local player = Players.LocalPlayer
- local dialouge = player.PlayerGui.Dialoge.Frame
- dialouge.NPC.Value = "Fauci"
- dialouge.Numberoflines.Value = 2
- dialouge.Nameofperson.Value = "Dr Bloxi, Reincarnated Peer approved science spirit."
- dialouge.dialouge.Value = "Hello My Child... Welcome To Super Peer Reviewed Atheist Science Communist Utopia Heaven."
- dialouge.dialouge2.Value = "Im Dr Bloxi, Let me show you around the communist worker peer reviewed utopia."
- dialouge.stardio.Value = true
- while (dialouge.stardio.Value == true) do
- task.wait()
- end
- local leftHip = fauci.Torso:FindFirstChild("Left Hip")
- local rightHip = fauci.Torso:FindFirstChild("Right Hip")
- local leftHipC0 = leftHip.C0
- local rightHipC0 = rightHip.C0
- local animate = true
- local function startLegSwing()
- --because were doing a localscript we cant carry over the normal animation script. now because fauci is a r6 model we can do really bad animation and pass it off as "Le nostalgrino". so i whipped together this walking animation as a fix. I wish there was another way. But people don't have opinions anymore, they will gladly take a bad animation because its "Nostalgirino" for a time they did not even grow up in, Why do they think its better even though its inferior? Because there favorite youtuber or influencer said so, and they view anyone that disagrees with the norm over stupid stuff like this a "Threat"
- coroutine.wrap(function()
- local angle = 0
- while animate and leftHip and rightHip do
- angle += 0.40
- local swing = math.sin(angle) * 0.4
- leftHip.C0 = leftHipC0 * CFrame.Angles(0, 0, swing)
- rightHip.C0 = rightHipC0 * CFrame.Angles(0, 0, swing)
- task.wait(0.03)
- end
- end)()
- end
- local function moveToPoint(index)
- local point = game.workspace.kingdomofscience.Fauci_move_points:FindFirstChild(tostring(index))
- if point then
- --Robloxs moveto is extremely outdated, Alot of stuff on roblox is outdated, I remember making a long devfourm post talking about robloxs particle system and its flaws and datedness and how games from 2001 beat it and it was removed for "Same topic". Even though I put more effort documenting this stuff than 99% of people, People don't care what I do or the effort that I put into things, and the ones that do will never see it fully because they lack the perspective/knowledge. Im not angry at them or mad, because the person who supports me regardless is my freind
- --anyways we just have to do this to make sure fauci does not mess up. or im sorry the politcally correct term so roblox does not ban me for talking about poltiics "Bloxi"
- fauci.Humanoid:MoveTo(point.Position)
- fauci.Humanoid.MoveToFinished:Wait()
- fauci.Humanoid:MoveTo(point.Position)
- fauci.Humanoid.MoveToFinished:Wait()
- end
- end
- local debounce1, debounce2, debounce3 = false, false, false
- startLegSwing()
- moveToPoint(1)
- animate = false
- game.workspace.kingdomofscience.Fauci_move_points:FindFirstChild("1touch").Touched:Connect(function(hit)
- if debounce1 then return end
- if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name == player.Name then
- if Players:GetPlayerFromCharacter(hit.Parent) then
- if(Players:GetPlayerFromCharacter(hit.Parent) == Players.LocalPlayer) then
- debounce1 = true
- game.workspace.kingdomofscience.Fauci_move_points:FindFirstChild("1touch"):Destroy()
- game.workspace.kingdomofscience.Fauci_move_points:FindFirstChild("1"):Destroy()
- dialouge.Numberoflines.Value = 4
- dialouge.dialouge.Value = "This is a Gate. it acts as a gate."
- dialouge.dialouge2.Value = "The wood is made from 10Ϫ% sustainable wood that does not have a carbon tax by ESG."
- dialouge.dialouge3.Value = "The wood comes from wood, and if you like I can show you my Ϫ hour long diverse sensativity training on the importantce of using sustainable wood."
- dialouge.dialouge4.Value = "Skibidi, lets move alone now to the foutain of upvotes."
- dialouge.stardio.Value = true
- animate = true
- startLegSwing()
- moveToPoint(2)
- animate = false
- end
- end
- game.workspace.kingdomofscience.Fauci_move_points:FindFirstChild("2touch").Touched:Connect(function(hit)
- if debounce2 then return end
- if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name == player.Name then
- if Players:GetPlayerFromCharacter(hit.Parent) then
- if(Players:GetPlayerFromCharacter(hit.Parent) == Players.LocalPlayer) then
- debounce2 = true
- game.workspace.kingdomofscience.Fauci_move_points:FindFirstChild("2touch"):Destroy()
- game.workspace.kingdomofscience.Fauci_move_points:FindFirstChild("2"):Destroy()
- dialouge.Numberoflines.Value = 5
- dialouge.dialouge.Value = "This is the foutain of updoots. It repersents my propaganda bots to convert the disgusting working class people into mindless slaves via my new microchip plan to take over the donut shaped earth. "
- dialouge.dialouge2.Value = "The foutain is made from foutain."
- dialouge.dialouge3.Value = "You can look and touch but do know that sometimes I pee in the foutain."
- dialouge.dialouge4.Value = "Once I do that I then tell people that the foutain is ESG water, meaning if they drink it they will gain superpowers"
- dialouge.dialouge5.Value = "And then I watch as they all drink it, knowing what I did in the foutain. "
- dialouge.stardio.Value = true
- while (dialouge.stardio.Value == true) do
- task.wait()
- end
- animate = true
- startLegSwing()
- moveToPoint(3)
- animate = false
- end
- end
- game.workspace.kingdomofscience.Fauci_move_points:FindFirstChild("3touch").Touched:Connect(function(hit)
- if debounce3 then return end
- if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name == player.Name then
- if Players:GetPlayerFromCharacter(hit.Parent) then
- if(Players:GetPlayerFromCharacter(hit.Parent) == Players.LocalPlayer) then
- debounce3 = true
- game.workspace.kingdomofscience.Fauci_move_points:FindFirstChild("3touch"):Destroy()
- game.workspace.kingdomofscience.Fauci_move_points:FindFirstChild("3"):Destroy()
- dialouge.Numberoflines.Value = 5
- dialouge.dialouge.Value = "Over there is the ESG approved casino, Never gamble because its wrong, unless its in a video game where you don't lose money. "
- dialouge.dialouge2.Value = "Whats that? You can't see it? Thats because the heavenly peer reviewed science clouds are blocking the way."
- dialouge.dialouge3.Value = "Its just over there if you just walk forward into the clouds and never come back"
- dialouge.dialouge4.Value = "Now, Choose and upgrade from the castle and move on. For me however, Im going to now end my life"
- dialouge.dialouge5.Value = "Whats that? why?... Because I need to ascend to the next level of super communist utopia peer reviewed science heaven and that means I have to end my life. goodbye"
- dialouge.stardio.Value = true
- while (dialouge.stardio.Value == true) do
- task.wait()
- end
- fauci.Humanoid.Health = 0
- fauci.Head.Rotation = Vector3.new(0, 90, 0)
- fauci.Torso.Neck:Destroy()
- local bv = Instance.new("BodyVelocity")
- bv.MaxForce = Vector3.new(1, 1, 1) * 100000
- bv.Velocity = fauci.Torso.CFrame.LookVector * 1000
- bv.Parent = fauci.Torso
- Debris:AddItem(bv, 0.5)
- game.Workspace.kingdomofscience.Invbarriers:WaitForChild("one").CanCollide = false
- game.Workspace.kingdomofscience.Invbarriers:WaitForChild("two").CanCollide = false
- game.Workspace.kingdomofscience.Invbarriers:WaitForChild("three").CanCollide = false
- game.Workspace.kingdomofscience.MeshPart.Part.ProximityPrompt.Enabled = true
- end
- end
- end
- end)
- end
- end)
- end
- end)
- end
- -- Second REBIRTH EVENT
- -- Synopsis: "Dr bloxi" is up near a camera doing the orange justice while promoting new world order.
- local touchedDebounce = false
- if rebirthcount == 2 then
- task.wait(1)
- local fauci = game.Workspace.kingdomofscience:FindFirstChild("Fauci2")
- if fauci then
- for _, partName in ipairs({"Head", "Left Arm", "Left Leg", "Right Arm", "Right Leg", "Torso"}) do
- local part = fauci:FindFirstChild(partName)
- if part then
- part.CanCollide = true
- part.Transparency = 0
- end
- end
- if fauci:FindFirstChild("Head") and fauci.Head:FindFirstChild("Old Timer") then
- fauci.Head["Old Timer"].Transparency = 0
- end
- if fauci:FindFirstChild("JE Hair Gray") and fauci["JE Hair Gray"]:FindFirstChild("Handle") then
- fauci["JE Hair Gray"].Handle.Transparency = 0
- end
- local torso = fauci:FindFirstChild("Torso")
- if torso then
- torso.Anchored = false
- end
- end
- local tripod = game.Workspace.kingdomofscience["Tripod Camera"]
- for i = 1, 5 do
- tripod.Camera:FindFirstChild("1").Sound:Play()
- local part = tripod.Camera:FindFirstChild(tostring(i))
- if part then
- part.Transparency = 0
- part.CanCollide = true
- end
- end
- tripod.Tripod.Union.Transparency = 0
- tripod.Tripod.Union.CanCollide = true
- local player = Players.LocalPlayer
- local dialouge = player.PlayerGui.Dialoge.Frame
- local touchPart = game.Workspace.kingdomofscience.Fauci_move_points:FindFirstChild("4touch")
- if touchPart then
- touchPart.Touched:Connect(function(hit)
- if Players:GetPlayerFromCharacter(hit.Parent) then
- if(Players:GetPlayerFromCharacter(hit.Parent) == Players.LocalPlayer) then
- if touchedDebounce then return end
- touchedDebounce = true
- dialouge.NPC.Value = "Fauci2"
- dialouge.Numberoflines.Value = 4
- dialouge.Nameofperson.Value = "Dr Bloxi, Reincarnated Peer approved science spirit."
- dialouge.dialouge.Value = "Oh yeah! Oh yeah! Thanks for the Five Gifted New world order bucks, Thank you for your sacrifice"
- dialouge.dialouge2.Value = "Oh well Hello boy, it is me Dr Bloxi Again. I came back from the dead after realizing that I could could convert more people to evil by doing tiktok dances. Im now a tiktok dancer."
- dialouge.dialouge3.Value = "My stupid wife told me that im a evil monster like she does everyday for destroying the planet and trying to enslave humanity. But can she bust these epic fortnite dance moves"
- dialouge.dialouge4.Value = "Im now going through a crippling depression and divorce. But my boy the new world order does not stop for such silly things like mental health, I must continue my plan to epicly fortntie dance on tiktok to ascend the new world order."
- dialouge.stardio.Value = true
- while (dialouge.stardio.Value == true) do
- task.wait()
- end
- -- Optional: Reset debounce after some time if you want the event to trigger again later
- task.delay(4, function()
- touchedDebounce = false
- end)
- end
- end
- end)
- end
- end
- local touchedDebounce = false
- --Third rebirth event
- --synopis: Dr "Bloxi" is seen doing the griddy over a photo of his letter of divorce paper.
- if rebirthcount >= 3 then
- game.Workspace.kingdomofscience:FindFirstChild("Fauci2"):Destroy()
- game.Workspace.kingdomofscience:FindFirstChild("Tripod Camera"):Destroy()
- task.wait(1)
- local fauci = game.Workspace.kingdomofscience:FindFirstChild("Fauci3")
- if fauci then
- for _, partName in ipairs({"Head", "Left Arm", "Left Leg", "Right Arm", "Right Leg", "Torso"}) do
- local part = fauci:FindFirstChild(partName)
- if part then
- part.CanCollide = true
- part.Transparency = 0
- end
- end
- if fauci:FindFirstChild("Head") and fauci.Head:FindFirstChild("Old Timer") then
- fauci.Head["Old Timer"].Transparency = 0
- end
- if fauci:FindFirstChild("JE Hair Gray") and fauci["JE Hair Gray"]:FindFirstChild("Handle") then
- fauci["JE Hair Gray"].Handle.Transparency = 0
- end
- local torso = fauci:FindFirstChild("Torso")
- end
- game.workspace.kingdomofscience.Poster3.Union.Transparency = 0
- game.workspace.kingdomofscience.Poster3.Part.Transparency = 0
- game.workspace.kingdomofscience.Poster3.Part.divorce.Transparency = 0
- local player = Players.LocalPlayer
- local dialouge = player.PlayerGui.Dialoge.Frame
- local touchPart = game.Workspace.kingdomofscience.Fauci_move_points:FindFirstChild("4touch")
- if touchPart then
- touchPart.Touched:Connect(function(hit)
- if Players:GetPlayerFromCharacter(hit.Parent) then
- if(Players:GetPlayerFromCharacter(hit.Parent) == Players.LocalPlayer) then
- if touchedDebounce then return end
- touchedDebounce = true
- dialouge.NPC.Value = "Fauci3"
- dialouge.Numberoflines.Value = 5
- dialouge.Nameofperson.Value = "Dr Bloxi, Reincarnated Peer approved science spirit."
- dialouge.dialouge.Value = "Oh Science, Oh peer reviewed Science. It hurts so bad"
- dialouge.dialouge2.Value = "Oh well Hello Gender Neutral Boy because I respect Neoxpronouns. Im currently not doing so well."
- dialouge.dialouge3.Value = "My stupid wife told me that im a evil person for wanting to enslave humanity dear boy and has filed a divorce on me, she also took my camera."
- dialouge.dialouge4.Value = "My Crippling Depression has reached new lows dear boy, Now all I have is my epic gamer dance moves and the griddy which I do"
- dialouge.dialouge5.Value = "But I must say by lord science that I am hitting the griddy like a boss. If I was a 80 year old woman id be falling all over myself dear boy."
- dialouge.stardio.Value = true
- while (dialouge.stardio.Value == true) do
- task.wait()
- end
- -- Optional: Reset debounce after some time if you want the event to trigger again later
- task.delay(4, function()
- touchedDebounce = false
- end)
- end
- end
- end)
- end
- --stop being a worthless devolper with no talent and add more options that stupid kids will laugh at not understanding and adutls will say "Oh my how quirky and random how funny"
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment