iMeanOk

Untitled

Dec 2nd, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. spawn(function()
  2. while wait(0.01) do
  3. if Farming.flags.FullSell then
  4. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  5. if player.PlayerGui.gameGui.maxNinjitsuMenu.Visible == true then
  6. game.workspace.sellAreaCircles["sellAreaCircle7"].circleInner.CFrame = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame
  7. wait(.05)
  8. game.workspace.sellAreaCircles["sellAreaCircle7"].circleInner.CFrame = game.Workspace.Part.CFrame
  9. end
  10. end
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment