It’s no secret Roblox has a problem with deprecated code and breaking old games. When I make a game I don’t want to get mass disliked because of Roblox code randomly breaking. Is there any way I can prevent this from happening, be warned beforehand, or is there a way I can still use the deperecated code? If anyone knows please tell me!
Roblox will tell you ahead of time when they’re about to deprecate something. Often times, a warning will appear in the output window in studio telling you that something is being deprecated, even if you aren’t utilizing what’s being deprecated.
However, I would recommend looking into pcall
if you are that worried about something in your core loop breaking.
1 Like
Deprecated code still works as intended. Deprecation just means that they recommend you not to use it anymore.