Advertisement
Guest User

Untitled

a guest
Feb 8th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.     _G.Farm = true -- make it false if u want stop farm while _G.Farm do wait() local plr = game.Players.LocalPlayer local rootpart = plr.Character.HumanoidRootPart for i,v in pairs(workspace.Realms.Forest.Candies:GetChildren())do v.CFrame = rootpart.CFrame + Vector3.new(0,math.random(-1,1),0) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(180.054474, 21.5157089, -758.742493) end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement