Functions: Codes farm

Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)
Thank you for using our website
Your script:
--Credits to Wxer Softworks
while wait() do
for i,v in pairs(workspace.Map.Codes:GetChildren()) do
if v.Name == "Code" and v.Front.Transparency == 0 then
local codetouch = v.TouchInterest
local codeposition = v.Position
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(codeposition)
end
end
end