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