File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
tutorials/curriculums/artist Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -347,14 +347,14 @@ methods:
347347 local launchData = HttpService:JSONEncode(data)
348348
349349 local LinkSharingOptions = {
350- ExpirationSeconds = 20000,
351- PreviewTitle = "Awesome Game",
352- PreviewDescription = " Lets play together",
353- PreviewAssetId = 15303457470,
354- LaunchData= "rewards=50coins,roomId=20"
350+ ExpirationSeconds = 20000,
351+ PreviewTitle = "Awesome Game",
352+ PreviewDescription = " Lets play together",
353+ PreviewAssetId = 15303457470,
354+ LaunchData= "rewards=50coins,roomId=20"
355355 }
356356 return SocialService:PromptLinkSharing(player, LinkSharingOptions)
357- end)
357+ end)
358358
359359 if not pcallSuccess or result ~= Enum.PromptLinkSharingResult.Success then
360360 warn(`PromptLinkSharing failed:`, tostring(result))
Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ To make your experience public:
2323 1 . Go to the left bar and select the ** Permissions** tab. New settings display.
2424 1 . Set ** Playability** to ** Public** .
2525
26- <img src =" ../../../assets/education/general/Make-Public.png " width =" 800 " />
27-
28261 . Click the ** Save** button. Now everyone on Roblox can play your experience!
2927
3028## Continue learning
You can’t perform that action at this time.
0 commit comments