Categories > Exploiting > Scripts >

Marble Mania: most efficient coins farm

Posts: 10

Threads: 5

Joined: Feb, 2019

Reputation: 0

Posted

I wanted all the boosts in this game so I made that script, I share it to the others not wanting to spend robux on it:

local obj = game.Players.LocalPlayer.Character.Marble.BodyForce

_G.farm = true
while _G.farm and obj do
    obj.Force = Vector3.new(100000000000,10,100000000000)
    wait(5)
    if not obj then return end
    obj.Force = Vector3.new(-100000000000,10,-100000000000)
    wait(5)
end

You can try increasing the numbers, the coins are given with the distance you make.

Probably only works when using Zero gravity (or just change gravity to 0).

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )