Advertisement
-ascriptprovider-

game company stuff

Nov 5th, 2021
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. for count = 1, 1000 do
  2. local A_1 = 1
  3. local A_2 = "Code1"
  4. local A_3 = "3M"
  5. local Event = game:GetService("ReplicatedStorage").EnterCode
  6. Event:FireServer(A_1, A_2, A_3)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement