Find any script for Roblox

Enter the name of the game or script.

Be a Toy! script – (Codes farm)

Functions: Codes farm

Script developer: Wxer Softworks

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy 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
				
			
Leave a Comment

Your email address will not be published. Required fields are marked *