Facebook
From Fiery Stork, 2 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 624
  1. for _, k in pairs(game.Players:GetChildren()) do
  2. print(k.Name)
  3. print("------------------------------------")
  4. for _, v in pairs(k["MAIN_DATA"].Codes:GetChildren()) do
  5. print(v.Value)
  6. local ohString1 = "Codes"
  7. local ohString2 = "Redeem"
  8. local ohTable3 = {
  9. ["Code"] = v.Value,
  10. }
  11.  
  12. game:GetService("ReplicatedStorage").Replicator:InvokeServer(ohString1, ohString2, ohTable3)
  13. end
  14. end

Replies to Untitled rss

Title Name Language When
Re: Untitled Aqua Madrill text 2 Years ago.
Re: Untitled Scanty Kitten text 2 Years ago.
Re: Untitled Bitty Pelican text 2 Years ago.
Re: Untitled Gray Bee text 2 Years ago.
Re: Untitled Walloping Butterfly text 2 Years ago.
Re: Untitled Speedy Pheasant text 2 Years ago.
Re: Untitled Trivial Sloth text 2 Years ago.
Re: Untitled Mustard Echidna text 2 Years ago.
Re: Untitled Sweet Pig text 2 Years ago.
Re: Untitled Gentle Macaque text 2 Years ago.
Re: Untitled Soft Panda javascript 2 Years ago.
Re: Untitled Diminutive Giraffe javascript 2 Years ago.
Re: Untitled Aqua Teal text 2 Years ago.
Re: Untitled him javascript 2 Years ago.
Re: Untitled Hot Hummingbird text 2 Years ago.
Re: Untitled Rude Dormouse text 2 Years ago.