How would i make it so when i click on someone my character would say something, I have this script here which shows if its hovering over someone
if mouse.Target:FindFirstChild(“Humanoid”) then (insert talking here)
How would i make it so when i click on someone my character would say something, I have this script here which shows if its hovering over someone
if mouse.Target:FindFirstChild(“Humanoid”) then (insert talking here)
Do you mean say something in the chat or like play a sound?
I mean for a normal chat bubble to go over their head
you could add a dialog in the characters head part
Use the Chat:Chat() function.