Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.PlayerAdded:Connect(function(Player)
- local FollowId = Player.FollowUserId
- local Players = game.Players
- for i = 1,#Players do
- if Players[i].UserId == FollowId then
- -- Reward both players
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment