so basically im trying to make a part do something when the tool is in a specific mode
the scripts for example
module in tool
local in tool
so then i added a part and wrote this script
but it does nothing when i click on the part, how can i fix this? there is no errors too.
(the part is meant to make the player jump btw) and also ignore the glovemode error thats a common error in the tool itself and it still works
one request can you send me a video when you try it out⌠and i just wanna inform you just in case that you set the click function as âRightMouseClickâ
The problem I see here is that youâre requiring the module from StarterPack and then using script.Parent in that module. Instead, try using require(script.Parent.GloveModule)