F3XTeam / RBX-Building-Tools

A set of powerful, easy building tools for ROBLOX.
38 stars 22 forks source link

Turn tool event listener functions into signals #61

Closed GigsD4X closed 8 years ago

GigsD4X commented 9 years ago

Right now, tools have certain of their events hooked up to as callbacks under Tool.Listeners.EventName. This is a pretty strange setup though. They should just be signals, to be able to connect to signal Tool.Equipped, for example, instead of setting Tool.Listeners.Equipped to a callback function.

GigsD4X commented 8 years ago

Fixed in BT 2