Advertisement
TheRealAK47

ThoseWhoRemainImprovement

Dec 27th, 2018
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. local part1=Instance.new("Part", workspace);
  2. part1.Position = Vector3.new(7.2, 1000, 11)
  3. part1.Anchored = true
  4. part1.Size = Vector3.new(2000,2,2000)
  5. part1.Transparency = 0.95
  6.  
  7. while wait(0.25) do
  8. if game.Players.LocalPlayer.Character.HumanoidRootPart then
  9. if game.Players.LocalPlayer.PlayerGui.Main.GameInfo.Map.Text == "BYPASS" then
  10. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-300, 1004, 350)
  11. elseif game.Players.LocalPlayer.PlayerGui.Main.GameInfo.Map.Text == "RANCH" then
  12. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(7.2, 1004, 11)
  13. elseif game.Players.LocalPlayer.PlayerGui.Main.GameInfo.Map.Text == "MILL" then
  14. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-263, 1004, 98)
  15. end
  16. end
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement