Skip to content

Commit

Permalink
Last-minute documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
Blupo committed Mar 29, 2021
1 parent b2eb352 commit 3c814fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docs/api/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ CoreGui.ChildAdded:Connect(function(child)
end)
```

Keep in mind that the API script may not be available when your plugin starts, and it will never appear if the user does not have ColorPane installed or does not allow script injection.
!!! info
Keep in mind that the API script may not be available when your plugin starts, and it will never appear if the user does not have ColorPane installed or does not allow script injection.

## Getting Colors

Expand Down
8 changes: 4 additions & 4 deletions docs/user-guide/color-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ The Color Properties window allows you to view and edit the color properties of

By default, the window will not be activated, since the Roblox API data is not loaded in. You will need to click the *Load* button and wait for the data to load.

!!! info
Color Properties requires an HTTP request to `setup.rbxcdn.com`, and you will be prompted to allow this the first time you use the feature. It does **not** require the API to be [loaded](../api-integrations).
![The unloaded color properties window](../images/color-properties-unloaded.png)

If you want the window to automatically load at startup, you can either toggle the option below the *Load* button or toggle the option in the Settings.
!!! info
Color Properties requires an HTTP request to `setup.rbxcdn.com`, and you will be prompted to allow this the first time you use this feature. It does **not** require the API to be [loaded](../api-integrations).

![The unloaded color properties window](../images/color-properties-unloaded.png)
If you want the window to automatically load at startup, you can either toggle the option below the *Load* button or toggle the option in the Settings.

0 comments on commit 3c814fb

Please sign in to comment.