#
Environment Specific Globals ✨
Here’s a quick, no-nonsense rundown of global objects, functions, and properties you get in Matcha LuaVM (yeah, that’s the one with the extra restrictions, no shenanigans like getgenv or hookfunction). This is your toolbox—use it well.
#
Global Objects
#
Instance Methods & Properties
#
Key Global Functions
#
Input & Automation
#
Workspace & Camera
#
Humanoid & Player Stuff
#
BasePart Stuff
#
Userdata & Types
Metamethods
__index
(getter): Supports<Vector3> BasePart.Position
etc.__newindex
(setter): Set values for Vector3/CFrame properties.