Facebook
From Fiery Stork, 1 Year ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 569
  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 11 Months ago.
Re: Untitled Scanty Kitten text 11 Months ago.
Re: Untitled Bitty Pelican text 1 Year ago.
Re: Untitled Gray Bee text 1 Year ago.
Re: Untitled Walloping Butterfly text 1 Year ago.
Re: Untitled Speedy Pheasant text 1 Year ago.
Re: Untitled Trivial Sloth text 1 Year ago.
Re: Untitled Mustard Echidna text 1 Year ago.
Re: Untitled Sweet Pig text 1 Year ago.
Re: Untitled Gentle Macaque text 1 Year ago.
Re: Untitled Soft Panda javascript 1 Year ago.
Re: Untitled Diminutive Giraffe javascript 1 Year ago.
Re: Untitled Aqua Teal text 1 Year ago.
Re: Untitled him javascript 1 Year ago.
Re: Untitled Hot Hummingbird text 1 Year ago.
Re: Untitled Rude Dormouse text 1 Year ago.