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

How can you make a tool on clicked shows a dialogue chat above there head?

Asked by 10 years ago

Can you teach me on how to make the player use a move the has a dialogue chat above their heads

1 answer

Log in to vote
0
Answered by 10 years ago
player = game.Players.LocalPlayer
char = player.Character
mouse = player:GetMouse()

mouse.Button1Down:connect(function()
        game:GetService("Chat"):Chat(char.Head, "Take This!") 
end)

You Must copy the script onto a local script then put it in the weapon. Click Accepted answer if i helped you

0
Also If you want to change what he's saying just edit this part:(char.Head, "Take This!") FPSStudioDidi 1 — 10y
0
it should only work if i clicked on 1 tool only when i selected another tool it still says it Revenant101 25 — 10y
0
idk FPSStudioDidi 1 — 10y
0
any ways i fixed already ty for the script Revenant101 25 — 10y
0
no prob FPSStudioDidi 1 — 10y
Ad

Answer this question