Advertisement
Jenky

build a hideout and sword fight (autofarm?)

Aug 18th, 2022
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1.  
  2.  
  3. local Player = game.Players.LocalPlayer
  4. local char = Player.Character.HumanoidRootPart
  5. while wait(3) do
  6. if game.Workspace:WaitForChild("Gold") then
  7. game.Workspace.Tape.CFrame = char.CFrame
  8. else
  9. print("Couldn't find Gold")
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement