Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Players = game:GetService("Players")
- local SocialService = game:GetService("SocialService")
- script.Parent.Button.MouseButton1Click:Connect(function()
- SocialService:PromptGameInvite(Players.LocalPlayer)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement