Okay, so i made this little script to test FE:
local plr = game.Players.LocalPlayer local tool = script.Parent local mouse = plr:GetMouse() tool.Activated:Connect(function() print 'Activated' end)
And for the life of me it will not fire. Nothing happens. I tried turning FE off but no help, what am I doing wrong?
.Activated
will only fire if he tool has a part named “Handle” or you have the requires handle property of the tool set to false.