概要
robloxでassistant、やってみた。
練習問題やってみた。
練習問題
ExperienceInviteOptionsを使え。
サンプルコード
ServerScriptService.Script
local SocialService = game:GetService("SocialService")
local Players = game:GetService("Players")
local player = Players.LocalPlayer
local inviteOptions = Instance.new("ExperienceInviteOptions")
inviteOptions.PromptMessage = "Ask your friends to join the adventure!"
以上。