I made a basic tool with a basic script that does this:
The player equips the tool, it prints 'hello' to the console, the tool consist of this:
1: Tool in starterpack 2: serverscript inside tool
this is the code
1 | local tool = script.Parent |
2 |
3 | tool.Activated:Connect( function () |
4 | print ( 'YEET' ) |
5 | end ) |
I think I must have done something so stupid or roblox is legit broken right now, do you know?
1 | script.Parent.Activated:Connect( function () |
2 | print ( "Working" ) |
3 | end ) |
I've tested it myself too. It's most likely roblox, assuming that you've done it similar to this:
Script in tool: https://gyazo.com/8f663eac1fec05807bbcc002ecec7e24
Console Print: https://gyazo.com/5f29fdb08d0b1c7fb510a51b3da87edb