Greasy Fork is available in English.

Robux changer 1

Shockingly realistic robux changer. Combine Robux changer 1 with Robux changer 2 (both made by me)

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name         Robux changer 1
// @namespace    http://tampermonkey.net/
// @version      1.30
// @description  Shockingly realistic robux changer. Combine Robux changer 1 with Robux changer 2 (both made by me)
// @author       MiniMinusMan
// @match        https://www.roblox.com/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=roblox.com
// @grant        GM.setValue
// @grant GM.getValue
// @license MIT
// ==/UserScript==
var RobuxAmount2 = "372,661";
var RobuxAmount = "372K+";

function Robux() {
    var robux = document.getElementById("nav-robux-amount");
    var balance = document.getElementById("nav-robux-balance");
    robux.innerHTML = RobuxAmount;
    balance.innerHTML = RobuxAmount2 + " Robux";
    balance.title = RobuxAmount2;
}
setInterval(Robux, 1);

// this is the first robux changer, for the initial /home, /discover, etc