Ro Fruit Script | INF STATS

Created by Septex

Features:

  • INF STATS

How to use:
1- Execute the script
2- Kill a mob
3- Execute the script again
4- Repeat

game:GetService("ReplicatedStorage").Document.Remote.Stats:FireServer("MaxExp", "restats")

or if u don’t wanna keep executing

while task.wait() do
   game:GetService("ReplicatedStorage").Document.Remote.Stats:FireServer("MaxExp", "restats")
end

Convert Stat Points: gotta have stat point to actually add

local stat = "Level" -- stats: Beli, Bounty, x2Drop, x2Exp, x2DropItem, FruitNotifier, BusoHakiLevel, ObservationLevel
local amount = 1000

game:GetService("ReplicatedStorage").Document.Remote.Stats:FireServer(stat, "Up",amount)

ENJOY!

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