Skip to content

Commit

Permalink
Clarify HapticEffect is not out on HapticService deprecation msg (#1023)
Browse files Browse the repository at this point in the history
## Changes

<!-- Please summarize your changes. -->
Change deprecation notice in HapticService to clarify that HapticEffect
is not yet available, and set an alias so `Class.` is not visible but it
will still link to `HapticEffect` when it is added.

<!-- Please link to any applicable information (forum posts, bug
reports, etc.). -->
Report:
https://devforum.roblox.com/t/feedback-on-hapticservice/3466028/2
## Checks

By submitting your pull request for review, you agree to the following:

- [X] This contribution was created in whole or in part by me, and I
have the right to submit it under the terms of this repository's open
source licenses.
- [X] I understand and agree that this contribution and a record of it
are public, maintained indefinitely, and may be redistributed under the
terms of this repository's open source licenses.
- [X] To the best of my knowledge, all proposed changes are accurate.
  • Loading branch information
dgxo authored Feb 12, 2025
1 parent f02cbaa commit 6352137
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en-us/reference/engine/classes/HapticService.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ tags:
- Service
- NotReplicated
deprecation_message: |
This service has been superseded by `Class.HapticEffect`, a newer instance
that supports multiple haptic effect types, looped effects, and customizable
haptics.
This service will be superseded by `Class.HapticEffect|HapticEffect`, a newer
instance that will support multiple haptic effect types, looped effects, and
customizable haptics.
properties: []
methods:
- name: HapticService:GetMotor
Expand Down

0 comments on commit 6352137

Please sign in to comment.