Yes, another epic thread after another.
Infinite money script:
--Combine 2 apples in one bin then run
local xd = game.Workspace.Fruits
xd.Apple.CombinedValue.Value = 10000000
Fruit to the purple crystal
--Put fruits to sell into sell bin then they'll sell as purple crystals after running this
local desiredFruit = "Purple Crystal"
for i, v in pairs(game.Workspace.Fruits:GetChildren()) do
v.Tooltip.Value = desiredFruit
v.Name = desiredFruit
v:Clone().Parent = game.Workspace.Fruits
end
Script, not mine credits go to Howl on v3rmillion
Infinite money script:
--Combine 2 apples in one bin then run
local xd = game.Workspace.Fruits
xd.Apple.CombinedValue.Value = 10000000
Fruit to the purple crystal
--Put fruits to sell into sell bin then they'll sell as purple crystals after running this
local desiredFruit = "Purple Crystal"
for i, v in pairs(game.Workspace.Fruits:GetChildren()) do
v.Tooltip.Value = desiredFruit
v.Name = desiredFruit
v:Clone().Parent = game.Workspace.Fruits
end
Script, not mine credits go to Howl on v3rmillion