Starving Artists Script | PROFIT CALCULATOR

Png-39-300x169-1.png

Created by BananasRule

Features:

  • PROFIT CALCULATOR
  • HOW IT WORKS
    • Calculates how much profit you have made after robux taxes
    • Also subtracts your Bought value from your Sold value to see to give the most accurate result
  • HOW TO USE:
    • Change the variable player to player’s profit you wish to calculate
local player = game:GetService("Players")["ReplaceMeWithPlayerName"]
local MessageRemote = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
local leaderstats = player.leaderstats
local sold = leaderstats.Sold
local bought = leaderstats.Bought
local profit = math.floor(sold.Value - bought.Value)
local RobloxTax = profit * 0.30
local total = profit - RobloxTax
if profit < 0 then MSG = "Your total debt is ="
else
MSG = "Your total profit is = "
end
MessageRemote:FireServer(player.Name.." "..MSG..tostring(math.floor(total)),"All")

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of ServiceÂ