Problem with simple script

Can anyone help me with this simple script, when I equip and click the tool it doesn’t print the message.
image

1 Like

Two things which I think will help

script.Parent.Activated:Connect(function()
	print("sus")
end)

That and or you give the tool a handle, something for the player to hold and use
not sure about what I said above as I’m not really knowledgable when it comes to the API and tools especially

Try both and see if it works

4 Likes

Please move the topic to #help-and-feedback:scripting-support as its not an Creation Showcase.

2 Likes

The tool gets put into your player’s model in Workspace when the game runs, so you can’t reference it through StarterPack

2 Likes