What do I mean by this? Basically I have a script on the client that fires a remote event to the server, And this event isn’t cooperating with me and is saying my name and not the message
test.MouseButton1Click:Connect(function()
local Message = string.lower(tostring("Hey!"))
remotes:WaitForChild("SendVote"):FireServer(Message) -- plr is not needed
end)