Advertisement
Guest User

Teleport to Player

a guest
Apr 22nd, 2019
3,773
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. --[[10m Flee the Facility Script Made By Willza ;3]]--
  2. game.Players.LocalPlayer.SavedPlayerStatsModule.BeastChance.Value = "72"
  3. game.Players.LocalPlayer.SavedPlayerStatsModule.VIP.Value = true
  4. game.workspace["Vexifity"].Ragdoller:Destroy()
  5. --[[Put the maps name in ("1")]]--
  6. B = game.Workspace:FindFirstChild("1")
  7. if not B then
  8. print("Error")
  9. else
  10. print("Found")
  11. wait(0.1)
  12. while wait(0.2) do
  13. local C = game.workspace["1"]:FindFirstChild("ComputerTable")
  14. local Y = game.workspace["1"]:FindFirstChild("FreezePod")
  15. Y.Podtrigger:Destroy()
  16. Wait(0.1)
  17. C.ComputerTrigger1:Destroy()
  18. C.ComputerTrigger2:Destroy()
  19. C.ComputerTrigger3:Destroy()
  20. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = C.Screen.CFrame*CFrame.new(1,2,0)
  21. end
  22. end
  23.  
  24. --[[Beast Script]]--
  25. while wait(0.2) do
  26. local Y = game:GetService("Players")
  27. --[[Change ("") to the person you want to TP to]]--
  28. local O = Y:FindFirstChild("")
  29. if O.Captured == false then
  30. warn("Locked")
  31. game.Workspace.LocalPlayer.Character.HumanoidRootPart.CFrame = O.HumanoidRootPart.CFrame*CFrame.new(0,3,0)
  32. wait(0.1)
  33. game.workspace.Vexifity.Hammer.HammerEvent:FireServer("HammerClick",true)
  34. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement