minimic2002

Roblox Friend Join Reward System.

Sep 11th, 2020
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. game.Players.PlayerAdded:Connect(function(Player)
  2. local FollowId = Player.FollowUserId
  3. local Players = game.Players
  4. for i = 1,#Players do
  5. if Players[i].UserId == FollowId then
  6. -- Reward both players
  7. end
  8. end
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment