Why isnt my tool wokingg? im litrally do this and it doesnt print out HI

script.Parent.Activated:Connect(function()
	print("hi")
	local head = script.Parent.Parent:WaitForChild("Head")
	local hum = script.Parent.Parent:FindFirstChildOfClass("Humanoid")
	local Spre = game.ServerStorage:WaitForChild("Spore")
	local cd = false
	if not cd then
		local KrasyCillah = hum:LoadAnimation(script.ScaryKillah)
		KrasyCillah:Play()
		local Spore = Spre:Clone()
		Spore.Parent = workspace
		Spore.Position = head.Position
		cd = true
	end
	wait(8)
	cd = false
end)

here code and for somereason it not even print hi thast supahh weird

Does your tool use a handle or not?
If not, make sure (RequireHandle) is disabled in the tool properties.

1 Like

hi ok

\

Blockquote

type or paste code here