Pick A Side COIN FARM SCRIPT

Created by Bored#1822

Features:

  • COIN FARM
getgenv().coinfarm = true
while getgenv().coinfarm == true do
   wait()
   local tweenService = game:GetService("TweenService")
   local tweenInfo = TweenInfo.new(0.05, Enum.EasingStyle.Linear)
   local plr = game:GetService("Players").LocalPlayer

   if plr.PlayerGui.Gui.Status.Title.Text == "Pick a Side!" then
       tweenService:Create(plr.Character.HumanoidRootPart, tweenInfo, {CFrame = CFrame.new(-54, 4, 15)}):Play()
   end
end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!