Can you teach me on how to make the player use a move the has a dialogue chat above their heads
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