Hello Guys, Im trying To Use RemoteEvent [ From Client To Server ] But The Server Wont Respond
This Is The Server Script
script.Parent.ClientServer.OnServerEvent:Connect(function()
print("recived")
end)
Client Script
button.MouseButton1Click:Connect(function()
game.ReplicatedStorage.ClientServer:FireServer()
end)
This Is The Pic [ The Server Script Is On The ServerHandler]

thx!