osyrisrblx / t

A Runtime Typechecker for Roblox
MIT License
210 stars 39 forks source link

t.instanceIsA conflicts with documentation #91

Closed RuizuKun-Dev closed 3 years ago

RuizuKun-Dev commented 3 years ago

In code: image

In Documentation: image

osyrisrblx commented 3 years ago

t.instanceIsA() works like this:

t.instanceIsA("Player")(player)