SirMeme

MIA KHALIFA GOT MARRIED

Mar 16th, 2019
5,519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. local Players = game:GetService("Players")
  2. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  3. while wait() do
  4. for _, _P in next, Players:GetPlayers() do
  5. if _P and _P:FindFirstChild("inBlacksmith") then
  6. ReplicatedStorage.remotes.acceptTradeRequest:InvokeServer(_P)
  7. end
  8. end
  9. end
Add Comment
Please, Sign In to add comment