4zx16

Prompt Experience Invite (On Join)

Oct 24th, 2021 (edited)
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. --[[
  2.  || 📜 AUTHOR: @4zx16 || INVITE FRIENDS PROMPT
  3. ]]
  4. local SS = game:GetService("SocialService")
  5.  
  6. game.Players.PlayerAdded:Connect(function(player)
  7.     SS:PromptGameInvite(player)
  8.     SS.GameInvitePromptClosed:Connect(function(player,ids)
  9.     end)
  10. end)
Add Comment
Please, Sign In to add comment