Guest User

Untitled

a guest
Jun 26th, 2025
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.92 KB | None | 0 0
  1. local Players = game:GetService("Players")
  2. local Debris = game:GetService("Debris")
  3. --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.
  4. --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.
  5. game.ReplicatedStorage:FindFirstChild("Faucieventfirsttime").OnClientEvent:Connect(function(rebirthcount)
  6. --FIRST REBIRTH
  7. --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.
  8.  
  9. --Ambient Wonder Halo ce(non aniversary), Marty O Donnel and Michael Salvatori
  10. --for those who are coming back to replace it
  11. Players.LocalPlayer.Character["Ambient Wonder"]:Play()
  12. wait()
  13. game.workspace.ambience:Stop()
  14. if(rebirthcount == 1) then
  15. game.Workspace.kingdomofscience.Invbarriers:WaitForChild("one").CanCollide = true
  16. game.Workspace.kingdomofscience.Invbarriers:WaitForChild("two").CanCollide = true
  17. game.Workspace.kingdomofscience.Invbarriers:WaitForChild("three").CanCollide = true
  18. game.Workspace.kingdomofscience.MeshPart.Part.ProximityPrompt.Enabled = false
  19. local fauci = game.ReplicatedStorage.Fauci:Clone()
  20. fauci.Parent = game.Workspace.kingdomofscience
  21. fauci.Head.Transparency = 0
  22. fauci.Torso.Transparency = 0
  23. fauci['Left Leg'].Transparency = 0
  24. fauci['Left Arm'].Transparency = 0
  25. fauci['Right Arm'].Transparency = 0
  26. fauci['Right Leg'].Transparency = 0
  27.  
  28. local player = Players.LocalPlayer
  29. local dialouge = player.PlayerGui.Dialoge.Frame
  30. dialouge.NPC.Value = "Fauci"
  31. dialouge.Numberoflines.Value = 2
  32. dialouge.Nameofperson.Value = "Dr Bloxi, Reincarnated Peer approved science spirit."
  33. dialouge.dialouge.Value = "Hello My Child... Welcome To Super Peer Reviewed Atheist Science Communist Utopia Heaven."
  34. dialouge.dialouge2.Value = "Im Dr Bloxi, Let me show you around the communist worker peer reviewed utopia."
  35. dialouge.stardio.Value = true
  36.  
  37. while (dialouge.stardio.Value == true) do
  38. task.wait()
  39. end
  40.  
  41. local leftHip = fauci.Torso:FindFirstChild("Left Hip")
  42. local rightHip = fauci.Torso:FindFirstChild("Right Hip")
  43. local leftHipC0 = leftHip.C0
  44. local rightHipC0 = rightHip.C0
  45. local animate = true
  46.  
  47. local function startLegSwing()
  48. --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"
  49. coroutine.wrap(function()
  50. local angle = 0
  51. while animate and leftHip and rightHip do
  52. angle += 0.40
  53. local swing = math.sin(angle) * 0.4
  54. leftHip.C0 = leftHipC0 * CFrame.Angles(0, 0, swing)
  55. rightHip.C0 = rightHipC0 * CFrame.Angles(0, 0, swing)
  56. task.wait(0.03)
  57. end
  58. end)()
  59. end
  60.  
  61. local function moveToPoint(index)
  62. local point = game.workspace.kingdomofscience.Fauci_move_points:FindFirstChild(tostring(index))
  63. if point then
  64. --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
  65. --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"
  66. fauci.Humanoid:MoveTo(point.Position)
  67. fauci.Humanoid.MoveToFinished:Wait()
  68. fauci.Humanoid:MoveTo(point.Position)
  69. fauci.Humanoid.MoveToFinished:Wait()
  70. end
  71. end
  72.  
  73. local debounce1, debounce2, debounce3 = false, false, false
  74.  
  75. startLegSwing()
  76. moveToPoint(1)
  77. animate = false
  78.  
  79. game.workspace.kingdomofscience.Fauci_move_points:FindFirstChild("1touch").Touched:Connect(function(hit)
  80.  
  81. if debounce1 then return end
  82. if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name == player.Name then
  83. if Players:GetPlayerFromCharacter(hit.Parent) then
  84. if(Players:GetPlayerFromCharacter(hit.Parent) == Players.LocalPlayer) then
  85.  
  86. debounce1 = true
  87. game.workspace.kingdomofscience.Fauci_move_points:FindFirstChild("1touch"):Destroy()
  88. game.workspace.kingdomofscience.Fauci_move_points:FindFirstChild("1"):Destroy()
  89.  
  90. dialouge.Numberoflines.Value = 4
  91. dialouge.dialouge.Value = "This is a Gate. it acts as a gate."
  92. dialouge.dialouge2.Value = "The wood is made from 10Ϫ% sustainable wood that does not have a carbon tax by ESG."
  93. 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."
  94. dialouge.dialouge4.Value = "Skibidi, lets move alone now to the foutain of upvotes."
  95. dialouge.stardio.Value = true
  96.  
  97.  
  98. animate = true
  99. startLegSwing()
  100. moveToPoint(2)
  101. animate = false
  102. end
  103. end
  104. game.workspace.kingdomofscience.Fauci_move_points:FindFirstChild("2touch").Touched:Connect(function(hit)
  105. if debounce2 then return end
  106. if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name == player.Name then
  107. if Players:GetPlayerFromCharacter(hit.Parent) then
  108. if(Players:GetPlayerFromCharacter(hit.Parent) == Players.LocalPlayer) then
  109.  
  110. debounce2 = true
  111. game.workspace.kingdomofscience.Fauci_move_points:FindFirstChild("2touch"):Destroy()
  112. game.workspace.kingdomofscience.Fauci_move_points:FindFirstChild("2"):Destroy()
  113.  
  114. dialouge.Numberoflines.Value = 5
  115. 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. "
  116. dialouge.dialouge2.Value = "The foutain is made from foutain."
  117. dialouge.dialouge3.Value = "You can look and touch but do know that sometimes I pee in the foutain."
  118. 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"
  119. dialouge.dialouge5.Value = "And then I watch as they all drink it, knowing what I did in the foutain. "
  120. dialouge.stardio.Value = true
  121.  
  122. while (dialouge.stardio.Value == true) do
  123. task.wait()
  124. end
  125.  
  126. animate = true
  127. startLegSwing()
  128. moveToPoint(3)
  129. animate = false
  130. end
  131. end
  132. game.workspace.kingdomofscience.Fauci_move_points:FindFirstChild("3touch").Touched:Connect(function(hit)
  133. if debounce3 then return end
  134. if hit.Parent:FindFirstChild("Humanoid") and hit.Parent.Name == player.Name then
  135. if Players:GetPlayerFromCharacter(hit.Parent) then
  136. if(Players:GetPlayerFromCharacter(hit.Parent) == Players.LocalPlayer) then
  137.  
  138. debounce3 = true
  139. game.workspace.kingdomofscience.Fauci_move_points:FindFirstChild("3touch"):Destroy()
  140. game.workspace.kingdomofscience.Fauci_move_points:FindFirstChild("3"):Destroy()
  141.  
  142. dialouge.Numberoflines.Value = 5
  143. 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. "
  144. dialouge.dialouge2.Value = "Whats that? You can't see it? Thats because the heavenly peer reviewed science clouds are blocking the way."
  145. dialouge.dialouge3.Value = "Its just over there if you just walk forward into the clouds and never come back"
  146. dialouge.dialouge4.Value = "Now, Choose and upgrade from the castle and move on. For me however, Im going to now end my life"
  147. 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"
  148. dialouge.stardio.Value = true
  149.  
  150. while (dialouge.stardio.Value == true) do
  151. task.wait()
  152. end
  153.  
  154. fauci.Humanoid.Health = 0
  155. fauci.Head.Rotation = Vector3.new(0, 90, 0)
  156. fauci.Torso.Neck:Destroy()
  157.  
  158. local bv = Instance.new("BodyVelocity")
  159. bv.MaxForce = Vector3.new(1, 1, 1) * 100000
  160. bv.Velocity = fauci.Torso.CFrame.LookVector * 1000
  161. bv.Parent = fauci.Torso
  162. Debris:AddItem(bv, 0.5)
  163. game.Workspace.kingdomofscience.Invbarriers:WaitForChild("one").CanCollide = false
  164. game.Workspace.kingdomofscience.Invbarriers:WaitForChild("two").CanCollide = false
  165. game.Workspace.kingdomofscience.Invbarriers:WaitForChild("three").CanCollide = false
  166. game.Workspace.kingdomofscience.MeshPart.Part.ProximityPrompt.Enabled = true
  167. end
  168. end
  169. end
  170. end)
  171. end
  172. end)
  173. end
  174. end)
  175. end
  176.  
  177. -- Second REBIRTH EVENT
  178. -- Synopsis: "Dr bloxi" is up near a camera doing the orange justice while promoting new world order.
  179.  
  180. local touchedDebounce = false
  181.  
  182. if rebirthcount == 2 then
  183. task.wait(1)
  184. local fauci = game.Workspace.kingdomofscience:FindFirstChild("Fauci2")
  185. if fauci then
  186. for _, partName in ipairs({"Head", "Left Arm", "Left Leg", "Right Arm", "Right Leg", "Torso"}) do
  187. local part = fauci:FindFirstChild(partName)
  188. if part then
  189. part.CanCollide = true
  190. part.Transparency = 0
  191. end
  192. end
  193.  
  194. if fauci:FindFirstChild("Head") and fauci.Head:FindFirstChild("Old Timer") then
  195. fauci.Head["Old Timer"].Transparency = 0
  196. end
  197.  
  198. if fauci:FindFirstChild("JE Hair Gray") and fauci["JE Hair Gray"]:FindFirstChild("Handle") then
  199. fauci["JE Hair Gray"].Handle.Transparency = 0
  200. end
  201.  
  202. local torso = fauci:FindFirstChild("Torso")
  203. if torso then
  204. torso.Anchored = false
  205. end
  206. end
  207. local tripod = game.Workspace.kingdomofscience["Tripod Camera"]
  208. for i = 1, 5 do
  209. tripod.Camera:FindFirstChild("1").Sound:Play()
  210. local part = tripod.Camera:FindFirstChild(tostring(i))
  211. if part then
  212. part.Transparency = 0
  213. part.CanCollide = true
  214. end
  215. end
  216. tripod.Tripod.Union.Transparency = 0
  217. tripod.Tripod.Union.CanCollide = true
  218.  
  219. local player = Players.LocalPlayer
  220. local dialouge = player.PlayerGui.Dialoge.Frame
  221.  
  222. local touchPart = game.Workspace.kingdomofscience.Fauci_move_points:FindFirstChild("4touch")
  223. if touchPart then
  224. touchPart.Touched:Connect(function(hit)
  225. if Players:GetPlayerFromCharacter(hit.Parent) then
  226. if(Players:GetPlayerFromCharacter(hit.Parent) == Players.LocalPlayer) then
  227.  
  228. if touchedDebounce then return end
  229. touchedDebounce = true
  230.  
  231. dialouge.NPC.Value = "Fauci2"
  232. dialouge.Numberoflines.Value = 4
  233. dialouge.Nameofperson.Value = "Dr Bloxi, Reincarnated Peer approved science spirit."
  234. dialouge.dialouge.Value = "Oh yeah! Oh yeah! Thanks for the Five Gifted New world order bucks, Thank you for your sacrifice"
  235. 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."
  236. 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"
  237. 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."
  238.  
  239. dialouge.stardio.Value = true
  240. while (dialouge.stardio.Value == true) do
  241. task.wait()
  242. end
  243.  
  244. -- Optional: Reset debounce after some time if you want the event to trigger again later
  245. task.delay(4, function()
  246. touchedDebounce = false
  247. end)
  248. end
  249. end
  250. end)
  251. end
  252. end
  253. local touchedDebounce = false
  254. --Third rebirth event
  255. --synopis: Dr "Bloxi" is seen doing the griddy over a photo of his letter of divorce paper.
  256.  
  257. if rebirthcount >= 3 then
  258. game.Workspace.kingdomofscience:FindFirstChild("Fauci2"):Destroy()
  259. game.Workspace.kingdomofscience:FindFirstChild("Tripod Camera"):Destroy()
  260.  
  261. task.wait(1)
  262. local fauci = game.Workspace.kingdomofscience:FindFirstChild("Fauci3")
  263. if fauci then
  264. for _, partName in ipairs({"Head", "Left Arm", "Left Leg", "Right Arm", "Right Leg", "Torso"}) do
  265. local part = fauci:FindFirstChild(partName)
  266. if part then
  267. part.CanCollide = true
  268. part.Transparency = 0
  269. end
  270. end
  271.  
  272. if fauci:FindFirstChild("Head") and fauci.Head:FindFirstChild("Old Timer") then
  273. fauci.Head["Old Timer"].Transparency = 0
  274. end
  275.  
  276. if fauci:FindFirstChild("JE Hair Gray") and fauci["JE Hair Gray"]:FindFirstChild("Handle") then
  277. fauci["JE Hair Gray"].Handle.Transparency = 0
  278. end
  279.  
  280. local torso = fauci:FindFirstChild("Torso")
  281.  
  282. end
  283.  
  284. game.workspace.kingdomofscience.Poster3.Union.Transparency = 0
  285. game.workspace.kingdomofscience.Poster3.Part.Transparency = 0
  286. game.workspace.kingdomofscience.Poster3.Part.divorce.Transparency = 0
  287.  
  288. local player = Players.LocalPlayer
  289. local dialouge = player.PlayerGui.Dialoge.Frame
  290.  
  291. local touchPart = game.Workspace.kingdomofscience.Fauci_move_points:FindFirstChild("4touch")
  292. if touchPart then
  293. touchPart.Touched:Connect(function(hit)
  294. if Players:GetPlayerFromCharacter(hit.Parent) then
  295. if(Players:GetPlayerFromCharacter(hit.Parent) == Players.LocalPlayer) then
  296.  
  297. if touchedDebounce then return end
  298. touchedDebounce = true
  299.  
  300. dialouge.NPC.Value = "Fauci3"
  301. dialouge.Numberoflines.Value = 5
  302. dialouge.Nameofperson.Value = "Dr Bloxi, Reincarnated Peer approved science spirit."
  303. dialouge.dialouge.Value = "Oh Science, Oh peer reviewed Science. It hurts so bad"
  304. dialouge.dialouge2.Value = "Oh well Hello Gender Neutral Boy because I respect Neoxpronouns. Im currently not doing so well."
  305. 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."
  306. 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"
  307. 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."
  308.  
  309. dialouge.stardio.Value = true
  310. while (dialouge.stardio.Value == true) do
  311. task.wait()
  312. end
  313. -- Optional: Reset debounce after some time if you want the event to trigger again later
  314. task.delay(4, function()
  315. touchedDebounce = false
  316. end)
  317. end
  318. end
  319. end)
  320. end
  321.  
  322. --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"
  323. end
  324. end)
  325.  
  326.  
  327.  
  328.  
Advertisement
Add Comment
Please, Sign In to add comment