What’s the difference between " IsA " and " isA "?
1 Like
isA
is a deprecated version. As far as I know there isn’t any difference in functionality. Roblox chose PascalCase as the standard for naming methods. Lower case functions therefore exist for backwards compatibility with older code.
3 Likes
As mentioned above isA is deprecated. They are the same in usage, and just rolled out a newer more up to date Version, which is IsA()
4 Likes
Alright! Thank you for the answer:)
Alright! Thank you for the answer:))
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.