Advertisement
SwaggerTv

Nok Piece Script teleported FLAG

May 29th, 2021
764
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. -if you get teleported into the water or somewhere high in the sky, you were probably teleported to a bait and should join another server
  2. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace")["???"].Handle.CFrame * CFrame.new(0, 0, -10)
  3.  
  4.  
  5. AUTO CAPTURE THE FLAG SCRIPT -LeadMarker#1219
  6.  
  7. for i,v in pairs(game.Workspace.FlagCapture.CaptureBlock:GetChildren()) do
  8. if v.BillboardGui.ImageLabel.Image ~= "rbxthumb://type=Asset&id=6881970064&w=420&h=420" then
  9. repeat
  10. wait()
  11. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  12. until v.BillboardGui.ImageLabel.Image == "rbxthumb://type=Asset&id=6881970064&w=420&h=420"
  13. end
  14. end
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement