Today I was playing around with type()
if I placed a string, the output ranted "String". But if I used the following code, print(type(true))
it errors.
Try running> print(type(true)) in a normal script again. It should return boolean, at least it did when I tried it. And the roblox wiki example also returns a boolean. Something else must be giving that error...
ive treid that before and it errors lots. soory m8.