www.roblox-scripter.com

Script – Philips Norelco Shavetopia

Thank you for using our website
Your script:

				
					_G.Farm = true
while _G.Farm do
   wait(0.01)
for _,v in pairs(game:GetService("Workspace")["Collectible Items"].Coin:GetChildren()) do
   if v.Name == 'CoinHitBox' and v.Visual then
               game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Visual.CFrame
   end
end
task.wait()
end
				
			

How about trying out new scripts?