Advertisement
karobloxYT

Untitled

Nov 6th, 2019
5,924
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. _G.Farm = true
  2. while _G.Farm and wait(1) do
  3. for _,v in pairs(game.Workspace.spawnedCoins.Valley:GetChildren()) do
  4. if v.Name == "Blue Chi Crate" then
  5. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position + Vector3.new())
  6. end
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement