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 11 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 11 years ago
1player = game.Players.LocalPlayer
2char = player.Character
3mouse = player:GetMouse()
4 
5mouse.Button1Down:connect(function()
6        game:GetService("Chat"):Chat(char.Head, "Take This!")
7end)

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 — 11y
0
it should only work if i clicked on 1 tool only when i selected another tool it still says it Revenant101 25 — 11y
0
idk FPSStudioDidi 1 — 11y
0
any ways i fixed already ty for the script Revenant101 25 — 11y
0
no prob FPSStudioDidi 1 — 11y
Ad

Answer this question