Hi Guys, so I was scrolling through documentation today and saw something named “Dragger”. Now I ain’t finding much info about it, maybe it’s not too significant. But I want to know what is it ? What it exactly do ? Thanks.
Dragger
The Dragger object is a helper object used to create tools that can drag parts. It is expected (but not required) to be used with Mouse events.
Its implementation is primarily used in the RbxStamper library.
- Dragger | Roblox Creator Documentation
The stamper stuff is oooooooold legacy stuff that AFAICT has been completely disabled around the time when server-authoritative stuff started to be better enforced (“Filtering Enabled”), but not quite removed. I can’t properly create an instance of Dragger, setting it’s Parent property throws the error “The Parent property of Dragger is locked, current parent: NULL, new parent Workspace”.
You can read a bit about it here:
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.