Can you teach me on how to make the player use a move the has a dialogue chat above their heads
1 | player = game.Players.LocalPlayer |
2 | char = player.Character |
3 | mouse = player:GetMouse() |
4 |
5 | mouse.Button 1 Down:connect( function () |
6 | game:GetService( "Chat" ):Chat(char.Head, "Take This!" ) |
7 | end ) |
You Must copy the script onto a local script then put it in the weapon. Click Accepted answer if i helped you