What typeof or type does?

I wanted to know, I didn’t find anything about these functions.

Try to search on developer.roblox.com :wink:

3 Likes

Ctrl + f

1 Like

The only difference between now and back then is that Vector3, after an update to them, now returns vector when using type on it

1 Like

Doing type(game) would return userdata, while doing typeof(game) would return Instance. They return the type of something, but it’s more recommended to use typeof.