robloxapp-20211016-1216281.wmv (1.3 MB)
I am trying to use the Chat Service for my game but I keep getting this issue. ^^^^ (video explains) When I touch the ball I just want it to say it once and then if I stop touching it but touch it again it says it again but still, only once. Not spam. Here’ss my code.
local chat = game:GetService("Chat")
script.Parent.Touched:Connect(function(hit)
chat:Chat(hit.Parent.Head, "whats this.. ball thing?", Enum.ChatColor.White)
end)
I’d really be thankful if somebody could support me with this situation.