You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en-us/production/promotion/ads-manager.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ An **ad campaign** is a coordinated series of ads designed to achieve a specific
63
63
Before launching your campaign, you'll be able to [review your campaign details](#review-the-campaign) before submitting it to Roblox for moderation and approval.
64
64
65
65
<Alertseverity="warning">
66
-
Advertising paid experiences is prohibited. You will not be able to select paid experiences in the dropdown menu during the ad selection process.
66
+
Advertising paid experiences and restricted (17+) experiences is only available with sponsored and search ads.
Copy file name to clipboardExpand all lines: content/en-us/production/promotion/search-ads.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Search results populate in the following ways:
37
37
<br />
38
38
39
39
<Alertseverity ='warning'>
40
-
All Roblox advertisers of experiences must abide by our [Community Standards](https://en.help.roblox.com/hc/en-us/articles/203313410-Roblox-Community-Standards). Currently, [paid access experiences in Robux](../monetization/paid-access-robux.md), [paid access experiences in local currency](../monetization/paid-access-local-currency.md), and [17+ experiences](https://en.help.roblox.com/hc/en-us/articles/15869919570708-Roblox-17-Policy-Standards) are not eligible to advertise using search ads. Roblox prevents surfacing experiences identified as clickbait or spam.
40
+
All Roblox advertisers of experiences must abide by our [Community Standards](https://en.help.roblox.com/hc/en-us/articles/203313410-Roblox-Community-Standards). Roblox prevents surfacing experiences identified as clickbait or spam.
Copy file name to clipboardExpand all lines: content/en-us/reference/engine/classes/GeometryService.yaml
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,9 @@ methods:
40
40
- `weldConstraintPreserve` — A `Enum.WeldConstraintPreserve` enum value
41
41
describing how `Class.WeldConstraint|WeldConstraints` are preserved in
42
42
the resulting recommendation table.
43
-
- `dropAttachmentsWithoutConstraints` — Boolean with default of `true`. If set to `false`, `Class.Attachment|Attachments` that have no `Class.Constraint|Constraints` will be preserved.
43
+
- `dropAttachmentsWithoutConstraints` — Boolean with default of `true`. If
44
+
set to `false`, `Class.Attachment|Attachments` that have no
45
+
`Class.Constraint|Constraints` will be preserved.
44
46
code_samples:
45
47
- GeometryService-CalculateConstraintsToPreserve
46
48
parameters:
@@ -72,7 +74,9 @@ methods:
72
74
- `weldConstraintPreserve` — A `Enum.WeldConstraintPreserve` enum
73
75
value describing how `Class.WeldConstraint|WeldConstraints` are
74
76
preserved in the resulting recommendation table.
75
-
- `dropAttachmentsWithoutConstraints` — Boolean with default of `true`. If set to `false`, `Class.Attachment|Attachments` that have no `Class.Constraint|Constraints` will be preserved.
77
+
- `dropAttachmentsWithoutConstraints` — Boolean with default of
78
+
`true`. If set to `false`, `Class.Attachment|Attachments` that have
79
+
no `Class.Constraint|Constraints` will be preserved.
0 commit comments