Advertisement
Confluent

sao

Mar 2nd, 2016
1,126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. sao max stats:
  2. plr = "NAMEHERE"
  3. plrid = game.Players[plr].userId
  4. level = 120
  5. pie = game.ReplicatedStorage.leaderstat[plrid]
  6.  
  7. repeat
  8. pie.EXP.Value = pie.MaxEXP.Value
  9. wait()
  10. until pie.Level.Value == level
  11.  
  12. repeat
  13. pie.AGTEXP.Value = pie.AGTMaxEXP.Value
  14. wait()
  15. until pie.AGTLevel.Value == level
  16.  
  17. repeat
  18. pie.SMTEXP.Value = pie.SMTMaxEXP.Value
  19. wait()
  20. until pie.SMTLevel.Value == level
  21.  
  22. repeat
  23. pie.STREXP.Value = pie.STRMaxEXP.Value
  24. wait()
  25. until pie.STRLevel.Value == level
  26.  
  27. repeat
  28. pie.STMEXP.Value = pie.STMMaxEXP.Value
  29. wait()
  30. until pie.STMLevel.Value == level
  31.  
  32. repeat
  33. pie.OHSEXP.Value = pie.OHSMaxEXP.Value
  34. wait()
  35. until pie.OHSLevel.Value == level
  36.  
  37. repeat
  38. pie.THSEXP.Value = pie.THSMaxEXP.Value
  39. wait()
  40. until pie.THSLevel.Value == level
  41.  
  42. repeat
  43. pie.KATEXP.Value = pie.KATMaxEXP.Value
  44. wait()
  45. until pie.KATLevel.Value == level
  46.  
  47. repeat
  48. pie.RAPEXP.Value = pie.RPRMaxEXP.Value
  49. wait()
  50. until pie.RAPLevel.Value == level
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement