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

I'm stuck, can somebody tell me what to do next?

Asked by 9 years ago

Please make your question title relevant to your question content. It should be a one-sentence summary in question form.

My script:

---------------------------------
player = game.Players.LocalPlayer
tool = script.Parent
---------------------------------
tool.Equipped:connect(function(mouse)
    mouse.KeyDown:connect(function()
    if key == "m" then
game:GetService"Chat"(Workspace.dragonmaster4111.Head
end
end)
end)

I'm stuck after "Head".

0
This is very wrong and you have done a very bad job posing this question, given that you haven't described what you are trying to do, and it will probably be closed shortly if you don't improve it BlueTaslem 18071 — 9y

1 answer

Log in to vote
0
Answered by 9 years ago

I can't make anything of it, more detail would be very nice. I can try to answer it afterwards if you can add in more information for us. Like BlueTaslem said, it's very wrong and it isn't very thought-through.

Ad

Answer this question