So with the builders f3x tools, when ever you enable the plugin it makes you unselect the default roblox select tool, scale tool, move tool, etc.
How can I do this? I google searched it but I couldnt find anything on the subject. If there are other posts on the matter please do direct me to them!
Thanks!
1 Like
plugin:SelectRibbonTool(Enum.RibbonTool.None)
2 Likes
Ohh cool! How can I tell when the value changes? Like lets say how can I tell when they start using the move tool?
i guess the only way is to use plugin:GetSelectedRibbonTool()
in a loop
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.