MADE BY Septex
FEATURES:
- MAX LEVELS
- MAX GEMS
GAME LINK:
JUICE PIRATES
SCRIPTS: [2]
local data = game:GetService("ReplicatedStorage")["Player_Data"][game.Players.LocalPlayer.Name].Data
local function yes()
if data.Points.Value + data.Levels.Value > 749 then
return 749 - data.Levels.Value
else
return data.Points.Value
end
end
game:GetService("ReplicatedStorage").StatSystem.Points:FireServer("Gems", 10 - data.Gems.Value)
wait(0.3)
game:GetService("ReplicatedStorage").StatSystem.Points:FireServer("Levels", yes())
game:GetService("ReplicatedStorage").Remote.ResetStats.HaveMoney:FireServer()
MAX LEVELS: this requires more than 10 stat points
local amount = 200
game:GetService("ReplicatedStorage").StatSystem.Points:FireServer("Gems", amount)
MAX GEMS: this uses stat points to give u gems reset stats if ur out of points (can’t go above 749)