Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

Why wont Tool.Activated fire?

Asked by 7 years ago
Edited 7 years ago
player = game.Players.LocalPlayer
mouse = player:GetMouse()
tool = script.Parent

function Activate()
print(mouse.hit.p)

end



script.Parent.Activated:connect(Activate)

1 answer

Log in to vote
0
Answered by 7 years ago

Make sure its a localscript

0
it is a local script.. any other solutions? Chaserox 62 — 7y
0
Please use the comment feature for this next time Perci1 4988 — 7y
Ad

Answer this question