Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can you tell if a function or event is deprecated?

Asked by 5 years ago
Edited 5 years ago

I hear people say "this tag is deprecated", but I never figure out how they come to that conclusion. (answer not in the comments, please.)

1
On the roblox wiki it says if a thing is deprecated or not. Amiaa16 3227 — 5y
1
Additionally, the object browser strikes through deprecated items. Like you'll see HopperBin (which is deprecated) striked through. User#19524 175 — 5y
1
If a property does not show up in the documentation on developer.roblox.com or Studio's Intellisense-style autocomplete, yet a replacement does (e.g. CFrame.Position but not CFrame.p), you can infer that the older option has been deprecated (since what hides things on the wiki docs is marking them deprecated). EmilyBendsSpace 1025 — 5y

Answer this question