Advertisement
_Thanh_Thy_Cute_

Roblox High School REDEEM ALL CODES

Jul 9th, 2021
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. local GetService, GetChildren, WaitForChild, FindFirstChild, InvokeServer
  2. do -- Methods
  3. GetService = game.GetService
  4. GetChildren = game.GetChildren
  5. WaitForChild = game.WaitForChild
  6. FindFirstChild = game.FindFirstChild
  7. InvokeServer = Instance.new("RemoteFunction").InvokeServer
  8. end
  9. local ReplicatedStorage
  10. do -- Services
  11. ReplicatedStorage = GetService(game, "ReplicatedStorage")
  12. end
  13. do -- Source
  14. local A = WaitForChild(WaitForChild(ReplicatedStorage, "RemoteFunctions"), "RedeemTwitterCode")
  15. for B, C in ipairs(GetChildren(WaitForChild(ReplicatedStorage, "Objects"))) do
  16. local D = FindFirstChild(C, "TwitterCode")
  17. if D then
  18. InvokeServer(A, D.Value)
  19. end
  20. end
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement