Function typeOf

  • Returns the type of the given object as a string. This function works similarly to Lua’s native type function, with the exceptions that Roblox-defined data types like Vector3 and CFrame return their respective data types as strings.

    Parameters

    • value: any

    Returns keyof CheckableTypes