Laser Pointer is an item in Hytale, categorized under the EditorTool category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
Point at things with a visible laser beam that all players can see. Hold right-click to display the laser.
This item cannot be crafted.
This item cannot be salvaged.
Below is the item's .json data as extracted from the game files.
Click here to view the full file.
{
"TranslationProperties": {
"Name": "server.builderTools.tools.LaserPointer.name",
"Description": "server.builderTools.tools.LaserPointer.description"
},
"Icon": "Icons/Items/EditorTools/Line.png",
"Categories": [
"Tool.BuilderTool"
],
"Model": "Items/Tools/Brush/Brush.blockymodel",
"Texture": "Items/Tools/Brush/Brush_Texture.png",
"MaxStack": 1,
"PlayerAnimationsId": "Item",
"BuilderTool": {
"UI": [],
"Tools": [
{
"Id": "LaserPointer",
"IsBrush": false,
"BrushData": {},
"Args": {
"LaserColor": {
"Type": "String",
"Default": "#2EFFD3"
},
"Duration": {
"Type": "Int",
"Default": 2000,
"Min": 500,
"Max": 10000
}
}
}
]
},
"Interactions": {
"Secondary": "Builder_Tool"
},
"InteractionConfig": {
"DebugOutlines": true,
"UseDistance": {
"Adventure": 128,
"Creative": 128
},
"AllEntities": true
},
"Quality": "Tool"
}