Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 258 Bytes

File metadata and controls

6 lines (5 loc) · 258 Bytes
title description
Userdata
Arbitrary C/C++ data that exists in Luau.

Userdata is one of the basic types in Luau. Userdata represents arbitrary C/C++ data that exists in Luau. See Userdata for more information.