Advertisement
pa1nx9

Free Roblox Script The Mimic / Chapter 3 & 4 Nightmarization

Sep 19th, 2021
1,428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. For Chapter 3 (Execute once spawned in the lobby)
  2. Code:
  3. ----------------------------------------------------
  4. for i,v in pairs(Game.Players:GetChildren()) do
  5. if v.Name ~= "owner.Name" then
  6. Game:GetService("TeleportService"):Teleport(6688734395, v.Character)
  7. end
  8. end
  9. ----------------------------------------------------
  10.  
  11. Once you're loaded in Chapter 3
  12. Code:
  13. ----------------------------------------------------
  14. game:GetService("Players").LocalPlayer.Character:MoveTo(Vector3.new(735.967834, 186.71553, -1464.07312, 0, 0, 1, 0, 1, -0, -1, 0, 0))
  15. ----------------------------------------------------
  16.  
  17. For Chapter 4 (Execute once spawned in lobby)
  18. Code:
  19. ----------------------------------------------------
  20. for i,v in pairs(Game.Players:GetChildren()) do
  21. if v.Name ~= "owner.Name" then
  22. Game:GetService("TeleportService"):Teleport(7265397848, v.Character)
  23. end
  24. end
  25. ----------------------------------------------------
  26.  
  27. For the Hearts I couldnt figure out how to make them switch to the next after one died (They stay inside the folder even once they die) so
  28. Code:
  29. 1. Execute InfinityYield
  30. 1.5 Execute Dark Dex
  31. 2. bringpart bodya1
  32. 3. Once you hear the death sound for the heart, Figure out which is at the Health 0 and delete it fully.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement