Advertisement
Cizzy

Untitled

Mar 16th, 2021
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. local no = "Storage"
  2. local heh = "Replic"
  3. local boy = "ated"
  4. local ok = "Char"
  5. local player = game:GetService("Players").LocalPlayer
  6. local other = player[ok .. "acters"]
  7. local r = game[heh .. boy .. no][ok .. "acters"]
  8. player.leaderstats.SasukeWins.Value = 50
  9. player.leaderstats.NarutoWins.Value = 50
  10. player.leaderstats.GokuWins.Value = 50
  11. player.leaderstats.Prestige.Value = 2
  12. for i,v in pairs(r:GetChildren()) do
  13. local boy = Instance.new("StringValue",other)
  14. boy.Name = v.Name
  15. end
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement