Advertisement
GlaciouZz

Fishing sim script

Mar 7th, 2022
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.43 KB | None | 0 0
  1. Fishing Simulator
  2.  
  3.  
  4. --INF Money Copy Below:
  5.  
  6. game.ReplicatedStorage.ADDCASH:FireServer(amount)
  7.  
  8.  
  9. - Change/Set Rank:
  10.  
  11. game.ReplicatedStorage.SetRank:FireServer("What rank you want.")
  12.  
  13.  
  14. - Add Catches
  15.  
  16. game.ReplicatedStorage.DropFishAddCT:FireServer(1000000)
  17.  
  18. - Add InBucket
  19.  
  20. game.ReplicatedStorage.DropFishAddIB:FireServer(1000000)
  21. ________________________________________________________
  22.  
  23. Shoutout to -PhoenixAce- Github-
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement