Advertisement
mushrooman

-NEW- PJJ Arrow Farm -Lua-

Aug 2nd, 2019
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.43 KB | None | 0 0
  1. ------So i got bored and wanted to make a pjj script, here nurd-------------
  2. function tp()
  3.      local players = game.Players:GetPlayers()
  4.      for i = 1,#players do
  5.               players[i].Character.HumanoidRootPart.'Arrow'. CFrame = game.Workspace.Part.CFrame + Vector3.new(0, 3, 0)
  6.       end
  7. end
  8.  
  9. while wait(3) do
  10.        tp()
  11. end
  12.  
  13. --------------made by trickmaster777 join the discord https://discord.gg/r72mGMA-----------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement