Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Note: Don't get more than 20-25 Fruits (all of my fruits disappeared after i got 35+)
- Make sure there's no People cuz sometimes a hacker will take all of your fruits
- I recommend borrowing or buying a private server for this
- Instructions: Get your fruit Spam Equip And Backspace do this for 10-15 seconds If one of your fruit disappeared in your slot and it's stuck on your hand then execute this script (This will take like 5-10 tries)
- Script:
- for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
- if v.Name == "Phoenix Fruit" then -- Change this depends on what fruit u have
- v.Parent = game.Players.LocalPlayer.Character
- end
- end
- wait()
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v:IsA("Tool") then
- v.Parent = game.Workspace
- end
- end
- game.Players.LocalPlayer.Character.Humanoid:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement