What is the lua term for a ROBLOX character that is controling an item?
Lua doesn't have terms for things relating to Roblox. Roblox has terms for things relating to Roblox, however. If a character is "controlling an item" then it's a LocalScript running on their client that enables them to. If it's something the character is holding, usually it's a Tool object.